gh actions: restore keys

This commit is contained in:
creeper123123321 2021-07-11 08:45:53 -03:00 committed by GitHub
parent 4c6c524e2a
commit 1b4eda7884
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,9 @@ jobs:
- uses: actions/cache@v2
with:
path: ~/.gradle/
key: ${{ runner.os }}-via-cache
key: ${{ runner.os }}-build-aspirin-${{ hashFiles('**/build.gradle.kts') }}
restore-keys: |
${{ runner.os }}-build-aspirin-
- run: ./gradlew build
- uses: actions/upload-artifact@v2
with: