We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a14ead commit e2bbf7dCopy full SHA for e2bbf7d
.github/workflows/main.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Publish Release
52
uses: softprops/action-gh-release@v1
53
with:
54
- files: build/libs/codeanalyzer.jar
+ files: build/libs/*.jar
55
tag_name: ${{ steps.newtag.outputs.tag }}
56
env:
57
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments