Skip to content

Commit

Permalink
perf(actions): release remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Dec 28, 2023
1 parent 703d325 commit bff9535
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/Build-Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit bff9535

Please sign in to comment.