mirror of
https://github.com/bitwarden/mobile
synced 2024-12-25 00:12:24 +01:00
build play store publisher
This commit is contained in:
parent
0e41945a8a
commit
b6f61cac9b
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -49,6 +49,9 @@ jobs:
|
||||
- name: Restore packages
|
||||
run: nuget restore
|
||||
|
||||
- name: Build Play Store publisher
|
||||
run: dotnet build ./store/google/Publisher/Publisher.csproj -p:Configuration=Release
|
||||
|
||||
- name: Build for Play Store
|
||||
run: ./.github/scripts/android/build.ps1 -configuration Release
|
||||
shell: pwsh
|
||||
|
Loading…
Reference in New Issue
Block a user