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 ba28e38 commit 5df2b23
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,7 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- run: echo $KEY_BASE_64_DEBUG | base64 -d > debug.keystore
- name: Create file
run: cat /home/runner/work/linky/android-client/app/google-services.json | base64
- name: Putting data
env:
DATA: ${{ secrets.GOOGLE_SERVICES_JSON }}
run: echo $DATA > /home/runner/work/linky/android-client/app/google-services.json
- name: Decode google-services.json
run: echo "${{ secrets.GOOGLE_SERVICES_JSON }}" | base64 --decode > app/google-services.json
- name: Build with Gradle
run: ./gradlew assembleDebug

0 comments on commit 5df2b23

Please sign in to comment.