We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f000fc commit 77cc9faCopy full SHA for 77cc9fa
.github/workflows/ci.yml
@@ -52,7 +52,7 @@ jobs:
52
mv target/aarch64-apple-darwin/release/bundle/osx/Gupaxx.app Gupaxx-macos-arm64.app
53
cargo bundle --release --target x86_64-apple-darwin --features=bundle
54
cargo bundle --release --target aarch64-apple-darwin --features=bundle
55
- mv target/release/bundle/osx/Gupaxx.app Gupaxx-macos-x64.app_b
+ mv target/x86_64-apple-darwin/release/bundle/osx/Gupaxx.app Gupaxx-macos-x64.app_b
56
mv target/aarch64-apple-darwin/release/bundle/osx/Gupaxx.app Gupaxx-macos-arm64.app_b
57
tar -cf macos.tar Gupaxx-macos-arm64.app Gupaxx-macos-x64.app Gupaxx-macos-arm64.app_b Gupaxx-macos-x64.app_b
58
elif [ "$RUNNER_OS" == "Linux" ]; then
0 commit comments