mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
type ios
This commit is contained in:
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"
|
||||
|
||||
Reference in New Issue
Block a user