Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 9688d55

Browse files
authored
Update stage.yml
1 parent 1f742e7 commit 9688d55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ jobs:
5555
mkdir maven
5656
cp pom.xml maven/${BUILD_ARTIFACT}.pom
5757
cp target/${BUILD_ARTIFACT}.jar maven/
58-
cp target/${BUILD_ARTIFACT}-jar-all-dependencies.jar maven/
58+
cp target/${BUILD_ARTIFACT}-jar-with-dependencies.jar maven/
5959
cp target/${BUILD_ARTIFACT}-sources.jar maven/
6060
cp target/${BUILD_ARTIFACT}-javadoc.jar maven/
6161
6262
pushd maven
6363
gpg -ab ${BUILD_ARTIFACT}.pom
6464
gpg -ab ${BUILD_ARTIFACT}.jar
65-
gpg -ab ${BUILD_ARTIFACT}-jar-all-dependencies.jar
65+
gpg -ab ${BUILD_ARTIFACT}-jar-with-dependencies.jar
6666
gpg -ab ${BUILD_ARTIFACT}-sources.jar
6767
gpg -ab ${BUILD_ARTIFACT}-javadoc.jar
6868

0 commit comments

Comments
 (0)