Update release.yml
This commit is contained in:
parent
ab4c44a430
commit
73d587a202
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue