try decoding base64

This commit is contained in:
Brendan Allan
2025-12-06 12:44:18 +08:00
parent b77ec31187
commit 668f8382c1

View File

@@ -117,7 +117,7 @@ jobs:
- name: Setup Apple API Key
if: ${{ runner.os == 'macOS' }}
run: |
echo "${{ secrets.APPLE_API_KEY_PATH }}" > $RUNNER_TEMP/apple-api-key.p8
base64 -d <<< "${{ secrets.APPLE_API_KEY_PATH }}" > $RUNNER_TEMP/apple-api-key.p8
- run: git fetch --force --tags