mirror of
https://github.com/bitwarden/mobile
synced 2025-02-04 20:37:42 +01:00
type ios
This commit is contained in:
parent
016dfdb455
commit
8a94623b2b
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;
|
||||
$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…
x
Reference in New Issue
Block a user