mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 13:24:51 +08:00
Add xattr command to prevent macOS GateKeeper block
This commit is contained in:
parent
1fdb6b439e
commit
98d3766fe8
3
.github/workflows/release-build.yml
vendored
3
.github/workflows/release-build.yml
vendored
@ -76,6 +76,9 @@ jobs:
|
||||
else
|
||||
chmod +x spc
|
||||
fi
|
||||
if [ "${{ matrix.operating-system }}" = "macos-aarch64" ] || [ "${{ matrix.operating-system }}" = "macos-x86_64" ]; then
|
||||
xattr -cr spc
|
||||
fi
|
||||
|
||||
- name: "Archive Executable"
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user