Skip to content

Commit e2bbf7d

Browse files
authored
Update main.yml to add artifact jar.
1 parent 0a14ead commit e2bbf7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Publish Release
5252
uses: softprops/action-gh-release@v1
5353
with:
54-
files: build/libs/codeanalyzer.jar
54+
files: build/libs/*.jar
5555
tag_name: ${{ steps.newtag.outputs.tag }}
5656
env:
5757
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)