mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 02:18:27 +03:00
build play store publisher
This commit is contained in:
parent
0e41945a8a
commit
b6f61cac9b
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -49,6 +49,9 @@ jobs:
|
||||||
- name: Restore packages
|
- name: Restore packages
|
||||||
run: nuget restore
|
run: nuget restore
|
||||||
|
|
||||||
|
- name: Build Play Store publisher
|
||||||
|
run: dotnet build ./store/google/Publisher/Publisher.csproj -p:Configuration=Release
|
||||||
|
|
||||||
- name: Build for Play Store
|
- name: Build for Play Store
|
||||||
run: ./.github/scripts/android/build.ps1 -configuration Release
|
run: ./.github/scripts/android/build.ps1 -configuration Release
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
|
Loading…
Reference in a new issue