Skip to content

Commit

Permalink
chore: remove unneeded build steps
Browse files Browse the repository at this point in the history
Co-authored-by: alemi.dev <[email protected]>
  • Loading branch information
zaaarf and alemidev authored Oct 16, 2024
1 parent 4c1122c commit a159a97
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@ 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
Expand Down

0 comments on commit a159a97

Please sign in to comment.