From 8a94623b2b8306da6437150e8fae435b4312c03c Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 10 Jun 2020 11:48:02 -0400 Subject: [PATCH] type ios --- .github/scripts/ios/deploy-app-store.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"