Update maven-publish.yml

This commit is contained in:
JW
2023-08-18 01:14:24 +02:00
committed by GitHub
parent c654d18866
commit 2197c58221

View File

@@ -44,7 +44,7 @@ jobs:
run: find . -type f -ls run: find . -type f -ls
- name: 4.1 copy jar files - name: 4.1 copy jar files
run: mkdir staging && cp Client/target/Client-1.0.0.jar staging run: mkdir staging && cp Client/target/Client-${{steps.version.outputs.version_tag}}-Release-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@v2