diff --git a/.github/workflows/maven-publish.yml b/.github/workflows/maven-publish.yml index 3a6b225..28709a1 100644 --- a/.github/workflows/maven-publish.yml +++ b/.github/workflows/maven-publish.yml @@ -1,4 +1,4 @@ -name: Publish Plugin +name: Publish Artifacts on: workflow_dispatch: @@ -40,9 +40,11 @@ jobs: - name: 3 Build with Maven run: mvn package -P publish --file pom.xml - + - name: 3.1 Show files + run: find . -type f -ls + - name: 4.1 copy jar files - run: mkdir staging && cp Client/target/Client-1.0.0-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 uses: actions/cache@v2 diff --git a/pom.xml b/pom.xml index 1c0446b..813ac7a 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ io.github.jwdeveloper.tiktok TikTokLiveJava pom - 1.0.0 + 0.0.1-Release API Client