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 dc0209b commit f6eff10
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 @@ -58,7 +58,7 @@ jobs:
run: |
mkdir -p ~/private_keys
echo "${{ secrets.APPLE_API_KEY_PATH }}" > ~/private_keys/authkey\_${{secrets.APPLE_API_KEY_ID}}.p8
chmod 600 ${{ github.workspace }}/apple-api-key.p8
chmod 600 ~/private_keys/authkey\_${{secrets.APPLE_API_KEY_ID}}.p8
- name: ios build (macos only)
env:
Expand Down

0 comments on commit f6eff10

Please sign in to comment.