Skip to content

Commit

Permalink
Update android-deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chws0508 authored Jul 28, 2023
1 parent 843db8e commit 6147f75
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/android-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,20 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 17

- name: Access GH_CLIENT_ID
env:
GH_CLIENT_ID: $
run: echo "GH_CLIENT_ID=\"$GH_CLIENT_ID\"" > android/2023-emmsale/local.properties

- name: Access GOOGLE_SERVICE
env:
GOOGLE_SERVICE: ${{ secrets.GOOGLE_SERVICE }}
run: echo '${{ secrets.GOOGLE_SERVICE }}' > android/2023-emmsale/app/google-services.json

- name: build release
run: ./android/2023-emmsale/gradlew -p android/2023-emmsale assembleDebug

- name: upload artifact to Firebase App Distribution
uses: wzieba/Firebase-Distribution-Github-Action@v1
with:
Expand Down

0 comments on commit 6147f75

Please sign in to comment.