1
0
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:
Kyle Spearrin
2020-06-10 11:32:16 -04:00
parent 8e6c6e04a3
commit 097415385e
2 changed files with 14 additions and 0 deletions

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