From b2d3b3b3372c0bc676f54f601be095d4b740b01d Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Fri, 3 Mar 2023 18:15:44 +0800 Subject: [PATCH] ci: always upload JReleaser output [skip ci] --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b53adb2d..961fc2a74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -153,6 +153,14 @@ jobs: env: JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} JRELEASER_DOCKER_DEFAULT_PASSWORD: workaround + - name: JReleaser release output + if: always() + uses: actions/upload-artifact@v3 + with: + name: jreleaser-release + path: | + komga/build/jreleaser/trace.log + komga/build/jreleaser/output.properties - name: Release commit and push uses: EndBug/add-and-commit@v9 with: