Github Action tuning

This commit is contained in:
antonio 2023-04-10 17:19:38 +02:00
parent f44f3d957d
commit 8b0caf4979

View file

@ -40,6 +40,9 @@ jobs:
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Build Release apk
env: