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

View file

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