Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/main.yml
  • Loading branch information
kelvinbush committed Jan 10, 2022
2 parents ca7a33c + 39daecc commit c356f84
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 11
- name: Decrypt google-services.json file
- name: Create file
run: cat /home/runner/work/Nectar/Nectar/app/google-services.json | base64
- name: Putting data
env:
GOOGLE_JSON: ${{google.GOOGLE_JSON}}
run: echo GOOGLE_JSON > google-services.json
DATA: ${{ secrets.GOOGLE_JSON }}
run: echo $DATA > /home/runner/work/Nectar/Nectar/app/google-services.json
- name: Gradle Build
run: ./gradlew build
- name: Upload APK
Expand Down

0 comments on commit c356f84

Please sign in to comment.