mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
deploy to app store
This commit is contained in:
4
.github/scripts/ios/deploy-app-store.ps1
vendored
Normal file
4
.github/scripts/ios/deploy-app-store.ps1
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
$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"
|
||||
Reference in New Issue
Block a user