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 ce41507 commit e5871a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ jobs:
with:
name: ${{ matrix.target.target }}
path: |
$(ls .temp/mannager-*linux.tar.gz | head -n 1)
$(ls .temp/MANNager*.AppImage | head -n 1)
.temp/mannager-*linux.tar.gz
.temp/MANNager*.AppImage
.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 e5871a8

Please sign in to comment.