mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-04 16:23:08 +00:00
Github Action tuning
This commit is contained in:
3
.github/workflows/github_release.yml
vendored
3
.github/workflows/github_release.yml
vendored
@@ -40,6 +40,9 @@ jobs:
|
|||||||
~/.gradle/caches
|
~/.gradle/caches
|
||||||
~/.gradle/wrapper
|
~/.gradle/wrapper
|
||||||
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
|
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
|
||||||
|
|
||||||
|
- name: Make gradlew executable
|
||||||
|
run: chmod +x ./gradlew
|
||||||
|
|
||||||
- name: Build Release apk
|
- name: Build Release apk
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user