From 96b81db31048dfc3b1bbe7c3896e93ebf4a31629 Mon Sep 17 00:00:00 2001 From: Tako Schotanus Date: Tue, 4 Mar 2025 20:58:07 +0100 Subject: [PATCH] ci: make release workflow store more log output --- .github/workflows/tag-and-release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tag-and-release.yml b/.github/workflows/tag-and-release.yml index cbd68df..510c007 100644 --- a/.github/workflows/tag-and-release.yml +++ b/.github/workflows/tag-and-release.yml @@ -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