Skip to content

Commit

Permalink
cicd: Added publish task to jlink step
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed May 25, 2024
1 parent b3ac231 commit acd3635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/step-jlink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
echo ${{ inputs.project-version }} > VERSION
- name: Build
run: ./gradlew -Prelease=true -PreproducibleBuild=true build aggregateTestReports aggregateJacocoReport -S
run: ./gradlew -Prelease=true -PreproducibleBuild=true build aggregateTestReports aggregateJacocoReport publish -S

- name: Upload test reports
if: failure()
Expand Down

0 comments on commit acd3635

Please sign in to comment.