Skip to content

Commit 54c9e55

Browse files
Merge pull request #89 from cuappdev/AndrewCheung360-patch-2
Update publish-to-play-store.yml
2 parents 3872ce6 + 72198d7 commit 54c9e55

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish-to-play-store.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ jobs:
3232
echo "${{ secrets.SECRETS_PROPERTIES }}" > secrets.properties
3333
3434
# TODO: Add google services json
35+
- name: Load Google Service file
36+
env:
37+
DATA: ${{ secrets.GOOGLE_SERVICES_JSON }}
38+
run: echo $DATA | base64 -di > app/google-services.json
3539

3640
- name: Build with Gradle
3741
id: build

0 commit comments

Comments
 (0)