mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2024-12-22 14:49:21 +00:00
ci: chmod +x
macos binaries
This commit is contained in:
parent
aa1b3717da
commit
4b854d4fa7
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -51,6 +51,8 @@ jobs:
|
|||
if [ "$RUNNER_OS" == "macOS" ]; then
|
||||
cargo bundle --all-features --release
|
||||
cargo bundle --all-features --release --target aarch64-apple-darwin
|
||||
chmod +x target/release/bundle/osx/Gupax.app/Contents/MacOS/gupax
|
||||
chmod +x target/aarch64-apple-darwin/release/bundle/osx/Gupax.app/Contents/MacOS/gupax
|
||||
elif [ "$RUNNER_OS" == "Linux" ]; then
|
||||
cargo build --all-features --release --target x86_64-unknown-linux-gnu
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue