bitwarden-android/.github/scripts/ios/deploy-app-store.ps1
Kyle Spearrin 8a94623b2b type ios
2020-06-10 11:48:02 -04:00

5 lines
215 B
PowerShell

$rootPath = $env:GITHUB_WORKSPACE;
$ipaPath = "$rootPath/com.8bit.bitwarden.ipa"
xcrun altool --upload-app --type ios --file "$ipaPath" `
--username "$env:APPLE_ID_USERNAME" --password "$env:APPLE_ID_PASSWORD"