From 02a2e411181922894f82075f4b649bb81fd7bf7e Mon Sep 17 00:00:00 2001 From: Federico Maccaroni Date: Mon, 4 Dec 2023 10:10:18 -0300 Subject: [PATCH] PM-3350 fix build.yml Bitwarden.ipa AppStore exported file --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8a6afd67d..7d123dcbd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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"