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