Skip to content

Commit

Permalink
Merge pull request #191 from Fei1Yang/linux-arm-release-bundle
Browse files Browse the repository at this point in the history
fix: Remove redundant path from arm release
  • Loading branch information
Losses authored Dec 11, 2024
2 parents 42708a3 + 0be8430 commit 4011830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ jobs:
- run:
name: Package artifact
command: |
cd build/linux/arm64/release/
cd build/linux/arm64/release/bundle/
TAG=${CIRCLE_TAG}
zip -r Rune-${TAG}-linux-aarch64.zip bundle/
zip -r ../Rune-${TAG}-linux-aarch64.zip .
- run:
name: Upload to GitHub Release
command: |
Expand Down

0 comments on commit 4011830

Please sign in to comment.