Skip to content

Commit

Permalink
Merge pull request #293 from kwongtn/master
Browse files Browse the repository at this point in the history
Fix github actions artifact release path
  • Loading branch information
MayGo authored Dec 1, 2024
2 parents fede423 + faec43b commit 92b1874
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ jobs:
with:
name: ${{ matrix.os }}-build
path: |
electron/dist/*.dmg
electron/dist/*.AppImage
electron/dist/*.deb
electron/dist/*.rpm
electron/dist/*.exe
electron/dist/*.msi
electron/packaged/*.dmg
electron/packaged/*.AppImage
electron/packaged/*.deb
electron/packaged/*.rpm
electron/packaged/*.exe
electron/packaged/*.msi

0 comments on commit 92b1874

Please sign in to comment.