Skip to content

Commit

Permalink
github actions Develop 연동 V5
Browse files Browse the repository at this point in the history
  • Loading branch information
sun5066 committed Jun 30, 2024
1 parent 5df2b23 commit f7f9000
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@ jobs:
- run: echo $KEY_BASE_64_DEBUG | base64 -d > debug.keystore
- name: Decode google-services.json
run: echo "${{ secrets.GOOGLE_SERVICES_JSON }}" | base64 --decode > app/google-services.json
- name: Setting local.properties
run: cat local.properties
- name: Build with Gradle
run: ./gradlew assembleDebug

0 comments on commit f7f9000

Please sign in to comment.