Skip to content

Commit c688414

Browse files
committed
fix: update artifact paths
1 parent c5c43da commit c688414

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ jobs:
7171
name: Stream Monitor ${{ github.ref_name }}
7272
draft: true
7373
files: |
74-
artifacts/*.msi
75-
artifacts/*.zip
76-
artifacts/*.deb
77-
artifacts/*.rpm
78-
artifacts/*.dmg
74+
artifacts/**/*.msi
75+
artifacts/**/*.zip
76+
artifacts/**/*.deb
77+
artifacts/**/*.rpm
78+
artifacts/**/*.dmg

0 commit comments

Comments
 (0)