Skip to content

Commit a4f6175

Browse files
committed
[add] local.properties generate step 추가
1 parent 53ddbf2 commit a4f6175

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/android-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
with:
3535
gradle-home-cache-cleanup: true
3636

37+
- name: Generate local.properties
38+
run: |
39+
echo "sdk.dir=$ANDROID_SDK_ROOT" >> local.properties
40+
3741
- name: Generate secrets.properties
3842
run: |
3943
echo "SERVER_BASE_URL=${{ secrets.SERVER_BASE_URL }}" >> secrets.properties

0 commit comments

Comments
 (0)