Add xattr command to prevent macOS GateKeeper block

This commit is contained in:
crazywhalecc
2024-05-17 16:42:26 +08:00
parent 1fdb6b439e
commit 98d3766fe8

View File

@@ -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: |