build: fix macos github

This commit is contained in:
Ardocrat 2024-08-03 17:17:08 +00:00 committed by GitHub
parent 4b0fd42302
commit 6136b41916
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -203,6 +203,7 @@ jobs:
run: |
rustup target add 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
- name: Archive x86
run: |