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
+1
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: |