Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuza committed Nov 6, 2024
1 parent 9899dc5 commit ce41507
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce41507

Please sign in to comment.