Skip to content

Commit

Permalink
👷 p8 파일명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
SwiftyJunnos committed Dec 19, 2023
1 parent 1236e3c commit 8a5a28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/TestFlight_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
APPSTORE_API_KEY_ID: ${{ secrets.APPSTORE_API_KEY_ID }}
run: |
mkdir -p ~/private_keys
echo -n "$APPSTORE_API_PRIVATE_KEY" | base64 -d -o ~/private_keys/api_key.p8
echo -n "$APPSTORE_API_PRIVATE_KEY" | base64 -d -o ~/private_keys/AuthKey_$APPSTORE_API_KEY_ID.p8
- name: Upload to TestFlight
env:
Expand Down

0 comments on commit 8a5a28f

Please sign in to comment.