Skip to content

Commit

Permalink
ci: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kosukesaigusa committed Sep 9, 2023
1 parent 4bcc5fa commit c49da78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_to_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
run: |
cd packages/mottai_flutter_app
xcrun altool --validate-app \
-f "./build/ios/ipa/mottai_dev.ipa" \
-f $IPA_PATH \
-t ios \
--apiKey ${{ secrets.DEV_IOS_API_KEY }} \
--apiIssuer ${{ secrets.DEV_IOS_API_ISSUER }} \
Expand All @@ -126,7 +126,7 @@ jobs:
run: |
cd packages/mottai_flutter_app
xcrun altool --upload-app \
-f "./build/ios/ipa/mottai_dev.ipa" \
-f $IPA_PATH \
-t ios \
--apiKey ${{ secrets.DEV_IOS_API_KEY }} \
--apiIssuer ${{ secrets.DEV_IOS_API_ISSUER }} \
Expand Down

0 comments on commit c49da78

Please sign in to comment.