github: fix macos release

This commit is contained in:
ardocrat 2024-09-20 14:42:37 +03:00
parent 7857b708c9
commit b91605864d

View file

@ -110,7 +110,6 @@ jobs:
run: | run: |
rustup target add x86_64-apple-darwin rustup target add x86_64-apple-darwin
cargo zigbuild --release --target x86_64-apple-darwin cargo zigbuild --release --target x86_64-apple-darwin
mkdir macos/Grim.app/Contents/MacOS
yes | cp -rf target/x86_64-apple-darwin/release/grim macos/Grim.app/Contents/MacOS yes | cp -rf target/x86_64-apple-darwin/release/grim macos/Grim.app/Contents/MacOS
- name: Archive x86 - name: Archive x86
run: | run: |