Skip to content

Commit

Permalink
[chore] rename IOSTemplateApp.ipa
Browse files Browse the repository at this point in the history
  • Loading branch information
mrs1669 committed May 14, 2024
1 parent 765c52f commit 56f38c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ jobs:
- name: Upload IPA file to App Store Connect
run: |
xcrun altool --upload-app -f app.ipa/ExportApp.ipa \
xcrun altool --upload-app -f app.ipa/IOSTemplateApp.ipa.ipa \
-u ${{ secrets.APPLE_ID }} \
-p ${{ secrets.APP_SPECIFIC_PASSWORD }} \
--type ios
- name: Upload IPA file to GitHub
uses: actions/upload-artifact@v3
with:
name: ExportApp.ipa
path: app.ipa/ExportApp.ipa
name: IOSTemplateApp.ipa.ipa
path: app.ipa/IOSTemplateApp.ipa.ipa

0 comments on commit 56f38c5

Please sign in to comment.