update android.yml
This commit is contained in:
parent
b8ce69d605
commit
4a6b8f450d
1 changed files with 3 additions and 1 deletions
4
.github/workflows/android.yml
vendored
4
.github/workflows/android.yml
vendored
|
|
@ -31,7 +31,9 @@ jobs:
|
|||
run: echo "${{ secrets.BASE_64_SIGNING_KEY }}" > app/release_keystore.txt
|
||||
- name: Create jks file
|
||||
run: base64 -d "app/release_keystore.txt" > app/release_keystore.jks
|
||||
- name: Create Properties File
|
||||
- name: Create Blank Local Properties FIle
|
||||
run: touch local.properties
|
||||
- name: Create Keystore Properties File
|
||||
run: echo "${{ secrets.LOCAL_PROPERTIES }}" > keystore.properties
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew
|
||||
|
|
|
|||
Loading…
Reference in a new issue