mirror of
https://github.com/jwdeveloper/TikTokLiveJava.git
synced 2026-02-27 08:49:40 -05:00
Update maven-publish.yml
This commit is contained in:
4
.github/workflows/maven-publish.yml
vendored
4
.github/workflows/maven-publish.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user