Skip to content

Commit

Permalink
Update main.yml to add artifact jar.
Browse files Browse the repository at this point in the history
  • Loading branch information
rahlk authored Oct 21, 2024
1 parent 0a14ead commit e2bbf7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Publish Release
uses: softprops/action-gh-release@v1
with:
files: build/libs/codeanalyzer.jar
files: build/libs/*.jar
tag_name: ${{ steps.newtag.outputs.tag }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e2bbf7d

Please sign in to comment.