Skip to content

Commit 4baee7a

Browse files
authored
💚 local properties 추가
1 parent d6898da commit 4baee7a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/mogakrunci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020

2121
- name: Create google-service
2222
run: echo '${{ secrets.GOOGLE_SERVICES_JSON }}' > ./data/google-services.json
23+
24+
- name: Create Local Properties
25+
run: echo '${{ secrets.LOCAL_PROPERTIES }}' > ./local.properties
2326

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

0 commit comments

Comments
 (0)