github: fix macos release
This commit is contained in:
parent
7857b708c9
commit
b91605864d
1 changed files with 0 additions and 1 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -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: |
|
||||||
|
|
Loading…
Reference in a new issue