Browse Source

Merge branch 'master' of github.com:Budibase/budibase

pull/4023/head
Martin McKeaveney 6 years ago
parent
commit
0fdaafcd62
  1. 1
      .github/workflows/release.yml

1
.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

Loading…
Cancel
Save