Skip to content

Commit

Permalink
fix: update artifact paths
Browse files Browse the repository at this point in the history
  • Loading branch information
philhartung committed Mar 6, 2025
1 parent c5c43da commit c688414
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ jobs:
name: Stream Monitor ${{ github.ref_name }}
draft: true
files: |
artifacts/*.msi
artifacts/*.zip
artifacts/*.deb
artifacts/*.rpm
artifacts/*.dmg
artifacts/**/*.msi
artifacts/**/*.zip
artifacts/**/*.deb
artifacts/**/*.rpm
artifacts/**/*.dmg

0 comments on commit c688414

Please sign in to comment.