Skip to content

Commit a812b9f

Browse files
authored
Update main.yml
1 parent 019fb08 commit a812b9f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ jobs:
2929
- name: Build with Gradle
3030
run: ./gradlew clean fatJar
3131

32-
- name: Publish Jar to GitHub Packages
33-
uses: actions/upload-artifact@v4
32+
- name: Publish Release
33+
uses: softprops/action-gh-release@v1
3434
with:
35-
name: codeanalyzer.jar
36-
path: build/libs/*.jar
35+
files: build/libs/codeanalyzer.jar
36+
env:
37+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)