From ce41507464abf62e8f1d4ea4058c059407a374cb Mon Sep 17 00:00:00 2001 From: tsuza Date: Wed, 6 Nov 2024 20:13:07 +0100 Subject: [PATCH] fix --- .github/workflows/release.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ead74df..4d857e5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -75,8 +75,13 @@ jobs: uses: actions/upload-artifact@v4 with: name: ${{ matrix.target.target }} - path: ${{ env.ARTIFACT_PATH }} - + path: | + $(ls .temp/mannager-*linux.tar.gz | head -n 1) + $(ls .temp/MANNager*.AppImage | head -n 1) + .temp/mannager.flatpak + if-no-files-found: error + include-hidden-files: true + create-release: needs: build name: Create Release