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 019fb08 commit a812b9fCopy full SHA for a812b9f
.github/workflows/main.yml
@@ -29,8 +29,9 @@ jobs:
29
- name: Build with Gradle
30
run: ./gradlew clean fatJar
31
32
- - name: Publish Jar to GitHub Packages
33
- uses: actions/upload-artifact@v4
+ - name: Publish Release
+ uses: softprops/action-gh-release@v1
34
with:
35
- name: codeanalyzer.jar
36
- path: build/libs/*.jar
+ files: build/libs/codeanalyzer.jar
+ env:
37
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments