1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-10-06 05:17:59 +02:00
bitwarden-mobile/.github/scripts/ios/deploy-app-store.ps1
2020-06-10 12:24:52 -04:00

6 lines
206 B
PowerShell

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