fix: try to fix installer ci

This commit is contained in:
phernandez
2025-02-13 21:45:58 -06:00
parent a6fdfad374
commit 230738ee9c
+2 -1
View File
@@ -84,7 +84,8 @@ jobs:
uv pip install -e ".[dev]"
make installer-mac
# Remove quarantine attribute
xattr -dr com.apple.quarantine "build/Basic Memory Installer.app"
cd installer/build
xattr -dr com.apple.quarantine "Basic Memory Installer.app"
- name: Zip macOS installer
run: |