Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jun Feng committed Mar 28, 2024
1 parent 164962a commit 2c1ad98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- persist_to_workspace:
root: "/tmp/binary"
paths:
- "main"
- "x86/main"
build_binary_arm:
# Specify the execution environment. You can specify an image from Dockerhub or use one of our Convenience Images from CircleCI's Developer Hub.
# See: https://circleci.com/docs/2.0/configuration-reference/#docker-machine-macos-windows-executor
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- persist_to_workspace:
root: "/tmp/binary"
paths:
- "main"
- "arm/main"
docker_image_publish:
docker:
- image: cimg/deploy:2023.06.1
Expand Down

0 comments on commit 2c1ad98

Please sign in to comment.