Skip to content

Commit

Permalink
update build script and ci
Browse files Browse the repository at this point in the history
  • Loading branch information
RTAkland committed Dec 1, 2024
1 parent 2a08c0a commit dc9945b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
- name: Build
run: ./gradlew build buildShadowJar
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Kwsify-executable
path: build/libs/*-all.jar
retention-days: 15
compression-level: 9

0 comments on commit dc9945b

Please sign in to comment.