Update maven-publish.yml

This commit is contained in:
JW
2023-08-18 01:16:53 +02:00
committed by GitHub
parent 2197c58221
commit fa5b30e6ba

View File

@@ -1,4 +1,4 @@
name: Publish Plugin name: Publish Artifacts
on: on:
workflow_dispatch: workflow_dispatch:
@@ -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-${{steps.version.outputs.version_tag}}-Release-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@v2