Skip to content

Commit 1e2b43b

Browse files
committed
CI: download caching in the release workflow
1 parent 24aaad4 commit 1e2b43b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ jobs:
4444
- name: Setup Gradle
4545
uses: gradle/actions/setup-gradle@v3
4646

47+
- name: "Cache downloads"
48+
uses: actions/cache@v4
49+
with:
50+
path: "build/download"
51+
key: ${{ hashFiles('gradle.properties') }}
52+
4753
- name: Build the plugin
4854
run: ./gradlew buildPlugin
4955

0 commit comments

Comments
 (0)