1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-30 07:03:48 +00:00

deploy to play store

This commit is contained in:
Kyle Spearrin
2020-06-09 10:21:46 -04:00
parent f40576c39d
commit a05e037308
3 changed files with 15 additions and 0 deletions

View File

@@ -100,6 +100,11 @@ jobs:
name: com.x8bit.bitwarden-fdroid.apk
path: ./com.x8bit.bitwarden-fdroid.apk
- name: Deploy to Play Store
if: github.ref == 'refs/heads/master'
run: ./.github/scripts/android/deploy-play.ps1
shell: pwsh
ios:
runs-on: macos-latest