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 2beb83d commit 07bac6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Create local.properties
run: |
echo "propertyBaseUrl=${{ secrets.API_KEY }}" > local.properties
- name: set up JDK 18
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 07bac6a

Please sign in to comment.