Skip to content

Commit f91c5e6

Browse files
authored
Update publish.yml
Paths for linux fixed
1 parent 6842f96 commit f91c5e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
uses: softprops/action-gh-release@v2
2929
with:
3030
files: |
31-
out/make/*.deb
32-
out/make/*.rpm
31+
out/make/deb/**/*.deb
32+
out/make/rpm/**/*.rpm
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535

0 commit comments

Comments
 (0)