PM-3350 fix build.yml Bitwarden.ipa AppStore exported file

This commit is contained in:
Federico Maccaroni 2023-12-04 10:10:18 -03:00
parent bd6f8295e7
commit 02a2e41118
No known key found for this signature in database
GPG Key ID: 5D233F8F2B034536
1 changed files with 2 additions and 2 deletions

View File

@ -712,7 +712,7 @@ jobs:
with:
name: Bitwarden iOS
path: |
./bitwarden-export/${{ env.app_output_name }}.ipa
./bitwarden-export/Bitwarden.ipa
./bitwarden-export/dSYMs/*.*
if-no-files-found: error
@ -768,7 +768,7 @@ jobs:
APPLE_ID_USERNAME: ${{ secrets.APPLE_ID_USERNAME }}
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
run: |
xcrun altool --upload-app --type ios --file "./bitwarden-export/${{ env.app_output_name }}.ipa" \
xcrun altool --upload-app --type ios --file "./bitwarden-export/Bitwarden.ipa" \
--username "$APPLE_ID_USERNAME" --password "$APPLE_ID_PASSWORD"