Update release.yml

This commit is contained in:
Martin McKeaveney 2020-07-09 12:04:47 +01:00 committed by GitHub
parent 270428bd13
commit 703936f415
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ jobs:
if: startsWith(matrix.os, 'macos') if: startsWith(matrix.os, 'macos')
# Import Apple API key for app notarization on macOS # Import Apple API key for app notarization on macOS
run: | run: |
xattr -cr *
mkdir -p ~/private_keys/ mkdir -p ~/private_keys/
echo '${{ secrets.api_key }}' > ~/private_keys/AuthKey_${{ secrets.api_key_id }}.p8 echo '${{ secrets.api_key }}' > ~/private_keys/AuthKey_${{ secrets.api_key_id }}.p8