From ed9755391483229e7f808f13fdd1a43e6f2c8451 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Mon, 11 Sep 2023 15:09:49 +0800 Subject: [PATCH] ci: fix jreleaser output job --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 023c4867..aa832cf4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -190,8 +190,8 @@ jobs: with: name: jreleaser-release path: | - komga/build/jreleaser/trace.log - komga/build/jreleaser/output.properties + build/jreleaser/trace.log + build/jreleaser/output.properties - name: Release commit and push uses: EndBug/add-and-commit@v9 with: