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