diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 87fe57ebf8..cf7187dd91 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,6 +34,7 @@ jobs: if: startsWith(matrix.os, 'macos') # Import Apple API key for app notarization on macOS run: | + xattr -cr * mkdir -p ~/private_keys/ echo '${{ secrets.api_key }}' > ~/private_keys/AuthKey_${{ secrets.api_key_id }}.p8