1
0
mirror of https://github.com/bitwarden/mobile synced 2025-02-02 03:27:06 +01:00
2020-06-10 11:32:16 -04:00

5 lines
198 B
PowerShell

$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"