Skip to content

Commit

Permalink
ci: update AuthKey file name in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kosukesaigusa committed Sep 7, 2023
1 parent 9d2014e commit 02eab6f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release_to_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ jobs:
cd packages/mottai_flutter_app/ios
xcodebuild -showBuildSettings
- name: Save AuthKey.p8 file
- name: Save AuthKey_X6578RX35S.p8 file
run: |
mkdir -p packages/mottai_flutter_app/private_keys
echo "${{ secrets.DEV_IOS_AUTH_KEY }}" > packages/mottai_flutter_app/private_keys/AuthKey.p8
echo "${{ secrets.DEV_IOS_AUTH_KEY }}" > packages/mottai_flutter_app/private_keys/AuthKey_X6578RX35S.p8
- name: Validate ipa
run: |
Expand All @@ -106,7 +106,7 @@ jobs:
-t ios \
--apiKey ${{ secrets.DEV_IOS_API_KEY }} \
--apiIssuer ${{ secrets.DEV_IOS_API_ISSUER }} \
--private-key "./private_keys/AuthKey.p8"
--private-key "./private_keys/AuthKey_X6578RX35S.p8"
- name: Upload ipa to TestFlight
run: |
Expand All @@ -116,4 +116,4 @@ jobs:
-t ios \
--apiKey ${{ secrets.DEV_IOS_API_KEY }} \
--apiIssuer ${{ secrets.DEV_IOS_API_ISSUER }} \
--private-key "./private_keys/AuthKey.p8"
--private-key "./private_keys/AuthKey_X6578RX35S.p8"

0 comments on commit 02eab6f

Please sign in to comment.