Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kangyuri1114 authored Mar 22, 2024
1 parent a70b3f4 commit 9adb4da
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,11 @@ jobs:
# echo kakaoApiKey=$KAKAO_API_KEY >> ./local.properties
# echo ssuplectorBaseUrl=$SSU_Plector_BASE_URL >> ./local.properties

- name: Access Firebase Service
run: echo '${{ secrets.GOOGLE_SERVICES_JSON }}' > ./app/google-services.json
# - name: Access Firebase Service
# run: echo '${{ secrets.GOOGLE_SERVICES_JSON }}' > ./app/google-services.json

- name: hello world
run: echo "Hello World!!"

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

0 comments on commit 9adb4da

Please sign in to comment.