We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c750862 commit b508e13Copy full SHA for b508e13
.github/workflows/main.yml
@@ -389,6 +389,7 @@ jobs:
389
if: startsWith(github.ref, 'refs/tags/')
390
run: |
391
mkdir libsimple-osx-x64
392
+ sudo xattr -r -d com.apple.quarantine src/libsimple.dylib
393
cp -r src/libsimple.dylib test/dict libsimple-osx-x64/
394
zip -r libsimple-osx-x64.zip libsimple-osx-x64
395
working-directory: "${{ github.workspace }}/../../_temp/macos"
0 commit comments