From 230738ee9c110c0509e0a09cb0e101a92cfcb729 Mon Sep 17 00:00:00 2001 From: phernandez Date: Thu, 13 Feb 2025 21:45:58 -0600 Subject: [PATCH] fix: try to fix installer ci --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f23cb4fd..298b0311 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: |