1
0
mirror of https://github.com/bitwarden/mobile synced 2025-01-30 10:15:10 +01:00

6 lines
223 B
PowerShell
Raw Normal View History

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