Skip to content

Commit

Permalink
GH Actions build fatJar before building Rust client.
Browse files Browse the repository at this point in the history
  • Loading branch information
renatoathaydes committed Apr 28, 2024
1 parent abf7b45 commit 8c8f560
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: zulu
java-version: 17
- uses: eskatos/gradle-command-action@v1
with:
arguments: fatJar
- uses: taiki-e/create-gh-release-action@v1
with:
changelog: CHANGELOG.MD
Expand Down

0 comments on commit 8c8f560

Please sign in to comment.