Merge branch 'master' of github.com:Budibase/budibase
This commit is contained in:
commit
b29b116ce1
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue