Skip to content

Commit

Permalink
ci: run os task
Browse files Browse the repository at this point in the history
  • Loading branch information
zaaarf committed Oct 14, 2024
1 parent 12f8376 commit ede4b5e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ jobs:
- uses: gradle/actions/setup-gradle@v4
with:
gradle-version: "8.10"
- run: gradle windowsJar
working-directory: dist/java
- run: gradle macosJar
working-directory: dist/java
- run: gradle linuxJar
working-directory: dist/java
- run: gradle publish
working-directory: dist/java
env:
Expand Down

0 comments on commit ede4b5e

Please sign in to comment.