diff --git a/.github/scripts/ios/deploy-app-store.ps1 b/.github/scripts/ios/deploy-app-store.ps1 index 5ec0cab75..69a333974 100644 --- a/.github/scripts/ios/deploy-app-store.ps1 +++ b/.github/scripts/ios/deploy-app-store.ps1 @@ -1,4 +1,5 @@ $rootPath = $env:GITHUB_WORKSPACE; $ipaPath = "$rootPath/com.8bit.bitwarden.ipa" -xcrun altool --upload-app --file "$ipaPath" --username "$env:APPLE_ID_USERNAME" --password "$env:APPLE_ID_PASSWORD" +xcrun altool --upload-app --type ios --file "$ipaPath" ` + --username "$env:APPLE_ID_USERNAME" --password "$env:APPLE_ID_PASSWORD"