This commit is contained in:
Kyle Spearrin 2020-06-10 11:48:02 -04:00
parent 016dfdb455
commit 8a94623b2b

View file

@ -1,4 +1,5 @@
$rootPath = $env:GITHUB_WORKSPACE; $rootPath = $env:GITHUB_WORKSPACE;
$ipaPath = "$rootPath/com.8bit.bitwarden.ipa" $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"