1
0
mirror of https://github.com/bitwarden/mobile.git synced 2025-02-06 23:41:24 +01:00
bitwarden-mobile/.github/scripts/ios/deploy-app-store.ps1

6 lines
223 B
PowerShell
Raw Normal View History

2020-06-10 17:32:16 +02:00
$rootPath = $env:GITHUB_WORKSPACE;
2020-06-10 19:30:08 +02:00
$ipaPath = "$rootPath/bitwarden-export/Bitwarden.ipa"
2020-06-10 17:32:16 +02:00
2020-06-10 17:48:02 +02:00
xcrun altool --upload-app --type ios --file "$ipaPath" `
--username "$env:APPLE_ID_USERNAME" --password "$env:APPLE_ID_PASSWORD"