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

Commit 24465e2

Browse files
authored
Update stage.yml
1 parent c949a75 commit 24465e2

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
@@ -80,7 +80,7 @@ jobs:
8080
run: |
8181
gh release create "v${{ inputs.version }}" --draft --title "Version ${{ inputs.version }}" \
8282
target/${BUILD_ARTIFACT}.jar \
83-
$([ -f "${BUILD_ARTIFACT}-jar-with-dependencies.jar" ] && echo "target/${BUILD_ARTIFACT}-jar-with-dependencies.jar" || echo "")
83+
$([ -f "target/${BUILD_ARTIFACT}-jar-with-dependencies.jar" ] && echo "target/${BUILD_ARTIFACT}-jar-with-dependencies.jar" || echo "")
8484
env:
8585
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8686
- name: Upload release artifacts

0 commit comments

Comments
 (0)