Skip to content

Commit 97cc7bd

Browse files
authored
Restore local.properties in Android deploy workflow
Add step to restore local.properties from secrets
1 parent fa40a76 commit 97cc7bd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/android-deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ jobs:
2222

2323
- name: Grant execute permission for gradlew
2424
run: chmod +x gradlew
25-
25+
26+
- name: Restore local.properties
27+
run: echo "${{ secrets.BUILD_PROPERTIES }}" | base64 -d > local.properties
28+
2629
- name: Build Debug APK
2730
run: ./gradlew assembleDevDebug
2831

0 commit comments

Comments
 (0)