mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-07 09:20:04 +01:00
5 lines
198 B
PowerShell
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"
|