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:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user