update android.yml

This commit is contained in:
zaednasr 2024-09-01 16:16:25 +02:00
parent b8ce69d605
commit 4a6b8f450d
No known key found for this signature in database
GPG key ID: 92B1DE23AD3D0E9E

View file

@ -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