Skip to content

Commit

Permalink
chore: CI workflow 파일 수정3
Browse files Browse the repository at this point in the history
  • Loading branch information
songpink committed Aug 6, 2024
1 parent 30a305f commit 4abdcd5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-
- name: Create google-services
run: echo '${{ secrets.GOOGLE_SERVICES_JSON }}' > ./app/google-services.json

- name: Create local.properties
env:
BASE_URL: ${{ secrets.BASE_URL }}
Expand All @@ -39,10 +42,6 @@ jobs:
echo "base_url=$BASE_URL" >> ./local.properties
echo "token=$TOKEN" >> ./local.properties
- name: Create google-services
run: |
echo '${{ secrets.GOOGLE_SERVICES_JSON }}' > ./app/google-services.json
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 4abdcd5

Please sign in to comment.