This commit is contained in:
David Kohler
2025-04-17 17:39:03 -04:00
committed by GitHub
parent 1c56cf35f0
commit db199e9a64

View File

@@ -46,7 +46,7 @@ jobs:
run: mkdir staging && cp Client/target/Client-${{steps.version.outputs.version_tag}}-all.jar staging run: mkdir staging && cp Client/target/Client-${{steps.version.outputs.version_tag}}-all.jar staging
- name: 5 set up a cache for maven - name: 5 set up a cache for maven
uses: actions/cache@v2 uses: actions/cache@v3
with: with:
path: ~/.m2 path: ~/.m2
key: ${{runner.os}}-m2-${{hashFiles('**/pom.xml')}} key: ${{runner.os}}-m2-${{hashFiles('**/pom.xml')}}