mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-05 08:33:07 +00:00
Github Action tuning
This commit is contained in:
3
.github/workflows/github_release.yml
vendored
3
.github/workflows/github_release.yml
vendored
@@ -41,6 +41,9 @@ jobs:
|
|||||||
~/.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:
|
||||||
KEYSTORE_PATH: ${{ secrets.KEYSTORE_PATH }}
|
KEYSTORE_PATH: ${{ secrets.KEYSTORE_PATH }}
|
||||||
|
|||||||
Reference in New Issue
Block a user