1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-05 23:53:33 +00:00
Files
mobile/.github/scripts/ios/deploy-app-store.ps1
Kyle Spearrin 1066598150 fix ipa path
2020-06-10 13:30:08 -04:00

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