Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinbush authored Jan 10, 2022
1 parent 6512660 commit 53190ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
java-version: 11
- name: Create file
run: cat /home/runner/work/Nectar/Nectar/app/google-services.json | base64
run: touch /home/runner/work/Nectar/Nectar/app/google-services.json | base64
- name: Putting data
env:
DATA: ${{ secrets.GOOGLE_JSON }}
Expand Down

0 comments on commit 53190ef

Please sign in to comment.