diff --git a/.github/workflows/publish-to-play-store-beta.yml b/.github/workflows/publish-to-play-store-beta.yml index 505238f..60bf39f 100644 --- a/.github/workflows/publish-to-play-store-beta.yml +++ b/.github/workflows/publish-to-play-store-beta.yml @@ -25,6 +25,9 @@ jobs: run: | echo "${{ secrets.SECRETS_PROPERTIES }}" > secrets.properties + - name: Create google-services.json + run: echo "${{ secrets.GOOGLE_SERVICES_JSON }}" > app/google-services.json + - name: Build with Gradle id: build run: ./gradlew build diff --git a/.github/workflows/publish-to-play-store.yml b/.github/workflows/publish-to-play-store.yml index 471cfb9..d36beee 100644 --- a/.github/workflows/publish-to-play-store.yml +++ b/.github/workflows/publish-to-play-store.yml @@ -25,6 +25,9 @@ jobs: run: | echo "${{ secrets.SECRETS_PROPERTIES }}" > secrets.properties + - name: Create google-services.json + run: echo "${{ secrets.GOOGLE_SERVICES_JSON }}" > app/google-services.json + - name: Build with Gradle id: build run: ./gradlew build