mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 18:08:26 +03:00
type ios
This commit is contained in:
parent
016dfdb455
commit
8a94623b2b
1 changed files with 2 additions and 1 deletions
3
.github/scripts/ios/deploy-app-store.ps1
vendored
3
.github/scripts/ios/deploy-app-store.ps1
vendored
|
@ -1,4 +1,5 @@
|
||||||
$rootPath = $env:GITHUB_WORKSPACE;
|
$rootPath = $env:GITHUB_WORKSPACE;
|
||||||
$ipaPath = "$rootPath/com.8bit.bitwarden.ipa"
|
$ipaPath = "$rootPath/com.8bit.bitwarden.ipa"
|
||||||
|
|
||||||
xcrun altool --upload-app --file "$ipaPath" --username "$env:APPLE_ID_USERNAME" --password "$env:APPLE_ID_PASSWORD"
|
xcrun altool --upload-app --type ios --file "$ipaPath" `
|
||||||
|
--username "$env:APPLE_ID_USERNAME" --password "$env:APPLE_ID_PASSWORD"
|
||||||
|
|
Loading…
Reference in a new issue