Skip to content

Commit 77cc9fa

Browse files
author
Cyrix126
committed
fix: CI macos
wrong path
1 parent 4f000fc commit 77cc9fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
mv target/aarch64-apple-darwin/release/bundle/osx/Gupaxx.app Gupaxx-macos-arm64.app
5353
cargo bundle --release --target x86_64-apple-darwin --features=bundle
5454
cargo bundle --release --target aarch64-apple-darwin --features=bundle
55-
mv target/release/bundle/osx/Gupaxx.app Gupaxx-macos-x64.app_b
55+
mv target/x86_64-apple-darwin/release/bundle/osx/Gupaxx.app Gupaxx-macos-x64.app_b
5656
mv target/aarch64-apple-darwin/release/bundle/osx/Gupaxx.app Gupaxx-macos-arm64.app_b
5757
tar -cf macos.tar Gupaxx-macos-arm64.app Gupaxx-macos-x64.app Gupaxx-macos-arm64.app_b Gupaxx-macos-x64.app_b
5858
elif [ "$RUNNER_OS" == "Linux" ]; then

0 commit comments

Comments
 (0)