This commit is contained in:
@@ -47,6 +47,9 @@ jobs:
|
||||
run: |
|
||||
echo "${{ secrets.KEYSTORE_BASE64 }}" | base64 -d > release.keystore
|
||||
|
||||
- name: Make Gradlew executable
|
||||
run: chmod +x ./gradlew
|
||||
|
||||
- name: Build Release APK
|
||||
env:
|
||||
KEYSTORE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }}
|
||||
|
||||
Reference in New Issue
Block a user