Skip to content

Commit 577f283

Browse files
author
RoyalBoeing
committed
release.yml
1 parent 6925cd2 commit 577f283

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
- name: Publish Release
3030
uses: ncipollo/release-action@v1
3131
with:
32-
artifacts: "build/libs/*-fat.jar"
32+
artifacts: "build/libs/*-all.jar"
3333
token: ${{ secrets.GITHUB_TOKEN }}
3434
tag: ${{ github.ref_name }}

0 commit comments

Comments
 (0)