mirror of
https://github.com/bitwarden/android.git
synced 2024-11-01 07:35:52 +03:00
5 lines
223 B
PowerShell
5 lines
223 B
PowerShell
$rootPath = $env:GITHUB_WORKSPACE;
|
|
$ipaPath = "$rootPath/bitwarden-export/Bitwarden.ipa"
|
|
|
|
xcrun altool --upload-app --type ios --file "$ipaPath" `
|
|
--username "$env:APPLE_ID_USERNAME" --password "$env:APPLE_ID_PASSWORD"
|