Skip to content

Commit

Permalink
fix: github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mezhendosina committed Nov 29, 2023
1 parent 3743f7b commit e60969c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build-apk:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: release

Expand All @@ -26,7 +26,7 @@ jobs:
cache: gradle

- name: Create google-services.json
run: cat /home/runner/work/sgo-app/sgo-app/app/google-services.json | base64
run: cat ./app/google-services.json | base64

- name: Putting data into google-services.json
env:
Expand Down

0 comments on commit e60969c

Please sign in to comment.