mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-22 09:55:56 +00:00
Cache Gradle artifacts in release builds.
This commit is contained in:
parent
413b68be63
commit
e2c162c547
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
@ -82,6 +82,11 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
lfs: true
|
lfs: true
|
||||||
|
- uses: actions/cache@v2
|
||||||
|
with:
|
||||||
|
path: ~/.gradle/caches
|
||||||
|
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
|
||||||
|
restore-keys: ${{ runner.os }}-gradle
|
||||||
- run: |
|
- run: |
|
||||||
./gradlew assemble
|
./gradlew assemble
|
||||||
mv build android
|
mv build android
|
||||||
|
|
Loading…
Reference in New Issue
Block a user