Skip to content

Commit

Permalink
Add Jars explicitly to cache
Browse files Browse the repository at this point in the history
  • Loading branch information
renao authored Mar 6, 2024
1 parent 52951d9 commit c11587d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
run: ./gradlew build
- name: Create Release Jar (Gradle Wrapper)
run: ./gradlew jar
- name: Cache Jars
uses: actions/cache@v3
with:
path: ./build/libs/*.jar

test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c11587d

Please sign in to comment.