Skip to content

Commit

Permalink
[chore] pr checker ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
Sangwook123 committed Dec 5, 2023
1 parent 643ef55 commit a9c5f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Create Google Services JSON File
env:
GOOGLE_SERVICES_JSON: ${{ secrets.GOOGLE_SERVICE_JSON }}
run: echo $GOOGLE_SERVICE_JSON | base64 -di > ./app/google-services.json
run: echo $GOOGLE_SERVICE_JSON | base64 --decode > ./app/google-services.json

- name: Build debug APK
run: ./gradlew assembleDebug --stacktrace
Expand Down

0 comments on commit a9c5f7a

Please sign in to comment.