commit
This commit is contained in:
parent
cb9329ebc2
commit
b8ce69d605
1 changed files with 1 additions and 1 deletions
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
- name: Create jks file
|
||||
run: base64 -d "app/release_keystore.txt" > app/release_keystore.jks
|
||||
- name: Create Properties File
|
||||
run: echo "${{ secrets.LOCAL_PROPERTIES }}" > local.properties
|
||||
run: echo "${{ secrets.LOCAL_PROPERTIES }}" > keystore.properties
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew
|
||||
- name: Build with Gradle
|
||||
|
|
|
|||
Loading…
Reference in a new issue