Set cross to false for aarch64-apple-darwin binary
This commit is contained in:
parent
fae8bd69ea
commit
f3592774b5
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -78,7 +78,7 @@ jobs:
|
||||
target: aarch64-apple-darwin
|
||||
artifact_name: target/aarch64-apple-darwin/release/pfetch
|
||||
release_name: pfetch-macos-aarch64
|
||||
cross: true
|
||||
cross: false
|
||||
strip: true
|
||||
|
||||
- os: ubuntu-latest
|
||||
|
||||
Loading…
Reference in New Issue
Block a user