Skip to content

Commit

Permalink
ci: make release workflow store more log output
Browse files Browse the repository at this point in the history
  • Loading branch information
quintesse committed Mar 4, 2025
1 parent eff90da commit 96b81db
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tag-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ jobs:
cache: gradle
- name: build-gradle
run: ./gradlew --no-daemon --build-cache --scan -s clean build jreleaserRelease
- name: JReleaser output
- name: build-output
if: always()
uses: actions/upload-artifact@v4
with:
name: jreleaser-release
name: release-output
path: |
build/reports
build/jreleaser/trace.log
build/jreleaser/output.properties

0 comments on commit 96b81db

Please sign in to comment.