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

Commit 10a7abc

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
if: ${{ inputs.publish_github }}
8080
run: |
8181
gh release create "v${{ inputs.version }}" --draft --title "Version ${{ inputs.version }}" \
82-
target/${BUILD_ARTIFACT}.jar target/${BUILD_ARTIFACT}-jar-all-dependencies.jar
82+
target/${BUILD_ARTIFACT}.jar target/${BUILD_ARTIFACT}-jar-with-dependencies.jar
8383
env:
8484
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8585
- name: Upload release artifacts

0 commit comments

Comments
 (0)