Skip to content

Commit

Permalink
Reinstated the CLI jar building
Browse files Browse the repository at this point in the history
  • Loading branch information
jcpitre committed Mar 19, 2024
1 parent 3b45dcf commit 860e5d0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish_assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
with:
java-version: '17'
distribution: 'zulu'
#
# - name: Generate CLI jar
# if: github.event_name == 'release'
# run: ./gradlew shadowJar
#

- name: Generate CLI jar
if: github.event_name == 'release'
run: ./gradlew shadowJar

# - name: Upload JAR Asset
# if: github.event_name == 'release'
# uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 860e5d0

Please sign in to comment.