mirror of
https://github.com/gkd-kit/gkd.git
synced 2024-11-16 11:42:22 +08:00
perf(actions): release remove cache
This commit is contained in:
parent
703d325a30
commit
bff953540b
10
.github/workflows/Build-Release.yml
vendored
10
.github/workflows/Build-Release.yml
vendored
|
@ -15,16 +15,6 @@ jobs:
|
|||
with:
|
||||
distribution: 'adopt'
|
||||
java-version: '17'
|
||||
cache: 'gradle'
|
||||
|
||||
- uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
~/.gradle/caches
|
||||
~/.gradle/wrapper
|
||||
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-gradle-
|
||||
|
||||
- name: write secrets info
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user