Skip to content

Commit 1541965

Browse files
authored
fix: removing error message
1 parent 5b5430b commit 1541965

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,13 @@ jobs:
8181
PY
8282
shell: bash
8383

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+
8491
- name: Upload plugin artifact
8592
uses: actions/upload-artifact@v4
8693
with:

0 commit comments

Comments
 (0)