Skip to content

Commit

Permalink
chore: point to the correct location for apple api key path
Browse files Browse the repository at this point in the history
  • Loading branch information
sekwah41 committed Dec 16, 2023
1 parent 7315854 commit 3ebe39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
echo '${{ secrets.APPLE_API_KEY_FILE }}' > ~/private_keys/AuthKey_${{ secrets.APPLE_API_KEY }}.p8
- name: Build
env:
APPLE_API_KEY_PATH: ${{ secrets.APPLE_API_KEY_PATH }}
APPLE_API_KEY_PATH: ~/private_keys/AuthKey_${{ secrets.APPLE_API_KEY }}.p8
API_KEY_ID: ${{ secrets.APPLE_API_KEY }}
API_KEY_ISSUER_ID: ${{ secrets.APPLE_API_ISSUER }}
CSC_LINK: ${{ secrets.CSC_LINK }}
Expand Down

0 comments on commit 3ebe39b

Please sign in to comment.