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