We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6925cd2 commit 577f283Copy full SHA for 577f283
1 file changed
.github/workflows/release.yml
@@ -29,6 +29,6 @@ jobs:
29
- name: Publish Release
30
uses: ncipollo/release-action@v1
31
with:
32
- artifacts: "build/libs/*-fat.jar"
+ artifacts: "build/libs/*-all.jar"
33
token: ${{ secrets.GITHUB_TOKEN }}
34
tag: ${{ github.ref_name }}
0 commit comments