Skip to content

Commit

Permalink
Fix release x3.
Browse files Browse the repository at this point in the history
  • Loading branch information
cryscan committed Sep 10, 2024
1 parent 219f736 commit 969dfda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
run: |
for bin in ${{ env.RELEASE_BINS }}
do
mv ./target/${{ env.MACOS_TARGET }}/release/${bin} ./dist/${bin}
mv ./target/${{ env.MACOS_ARM64_TARGET }}/release/${bin} ./dist/${bin}
done
mv ${{ env.RELEASE_ADDS }} ./dist
7z a -tzip ./${{ env.RELEASE_DIR }}/${{ env.RELEASE_BIN }}-${{ steps.get_version.outputs.VERSION }}-${{ env.MACOS_ARM64_TARGET }}.zip ./dist
Expand Down

0 comments on commit 969dfda

Please sign in to comment.