Skip to content

Commit

Permalink
fix: local.properties 생성 시점 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Junyoung-WON committed Jul 23, 2024
1 parent 96b48f9 commit d95e46c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
with:
fetch-depth: 0

- name: Create local.properties
run: |
echo "LOCAL_PROPERTIES_API_KEY=\"$LOCAL_PROPERTIES_API_KEY\"" > local.properties
shell: bash

- name: set up JDK 17
uses: actions/setup-java@v3
with:
Expand All @@ -47,7 +52,3 @@ jobs:

- name: Build with Gradle
run: ./gradlew build

- name: Access LOCAL_PROPERTIES_API_KEY
run: echo "LOCAL_PROPERTIES_API_KEY=\"$LOCAL_PROPERTIES_API_KEY\"" > local.properties
shell: bash

0 comments on commit d95e46c

Please sign in to comment.