diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4c52bbbe1..3d887d61f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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