We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b5430b commit 1541965Copy full SHA for 1541965
1 file changed
.github/workflows/publish.yaml
@@ -81,6 +81,13 @@ jobs:
81
PY
82
shell: bash
83
84
+
85
+ - name: Remove macOS quarantine flags from vendored binaries
86
+ if: runner.os == 'macOS'
87
+ run: |
88
+ chmod -R u+w reai_toolkit/vendor || true
89
+ find reai_toolkit/vendor -type f \( -name "*.so" -o -name "*.dylib" \) -exec xattr -dr com.apple.quarantine {} \; || true
90
91
- name: Upload plugin artifact
92
uses: actions/upload-artifact@v4
93
with:
0 commit comments