1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-09-18 02:31:15 +02:00
bitwarden-mobile/.github/scripts/ios/deploy-app-store.ps1

5 lines
198 B
PowerShell
Raw Normal View History

2020-06-10 17:32:16 +02:00
$rootPath = $env:GITHUB_WORKSPACE;
$ipaPath = "$rootPath/com.8bit.bitwarden.ipa"
xcrun altool --upload-app --file "$ipaPath" --username "$env:APPLE_ID_USERNAME" --password "$env:APPLE_ID_PASSWORD"