Skip to content

Commit

Permalink
Update iOS build command in build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan-2007 committed Nov 21, 2024
1 parent f6eff10 commit 32c0e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
# IOS_MOBILE_PROVISION: ${{ secrets.IOS_MOBILE_PROVISION }}
APPLE_API_ISSUER: ${{ secrets.APPLE_API_ISSUER }}
APPLE_API_KEY: ${{ secrets.APPLE_API_KEY }}
APPLE_API_KEY_PATH: ${{ github.workspace }}/apple-api-key.p8
APPLE_API_KEY_PATH: ~/private_keys/authkey\_${{secrets.APPLE_API_KEY_ID}}.p8

if: matrix.os == 'macos-latest'
run: |
Expand Down

0 comments on commit 32c0e24

Please sign in to comment.