Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
seunghee17 authored Apr 26, 2024
1 parent 79d3f35 commit d20e2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
echo "sdk.dir=\$ANDROID_HOME" > local.properties
echo "BASE_URL=\"${{ secrets.API_KEY }}\"" >> local.properties
echo "KAKAO_NATIVE_APP_KEY=\"${{ secrets.KAKAO_NATIVE_APP_KEY }}\"" >> local.properties
echo "KAKAO_NATIVE_APP_KEY=${{ secrets.KAKAO_NATIVE_APP_KEY }}" >> local.properties
- name: set up JDK 17
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit d20e2b5

Please sign in to comment.