mirror of
https://mirror.skon.top/github.com/gkd-kit/gkd
synced 2026-05-01 06:19:49 +08:00
perf(actions): release remove cache
This commit is contained in:
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: |
|
||||
|
||||
Reference in New Issue
Block a user