Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Commit

Permalink
Fix path of mac zips
Browse files Browse the repository at this point in the history
  • Loading branch information
neysofu committed Jan 21, 2022
1 parent 00f3d9d commit a9e4573
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,9 @@ jobs:
cd ../bins-Windows-release
zip -r ../svm-windows-v${{ env.VERSION }}.zip *
cd ../bins-macOS-release/x86_64
zip -r ../svm-macos-v${{ env.VERSION }}.zip *
zip -r ../../svm-macos-v${{ env.VERSION }}.zip *
cd ../aarch64
zip -r ../svm-macos-m1-v${{ env.VERSION }}.zip *
zip -r ../../svm-macos-m1-v${{ env.VERSION }}.zip *
cd ../..
cp svm_codec.wasm/svm_codec.wasm svm_codec_v${{ env.VERSION }}.wasm
- uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit a9e4573

Please sign in to comment.