build: fix macos github
This commit is contained in:
parent
4b0fd42302
commit
6136b41916
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -203,6 +203,7 @@ 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: |
|
||||||
|
|
Loading…
Reference in a new issue