Skip to content

Commit

Permalink
Fix pattern matching of package
Browse files Browse the repository at this point in the history
  • Loading branch information
therealpaulgg committed Mar 10, 2024
1 parent 342e148 commit 1ceb935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
uses: actions/download-artifact@v3
- uses: ncipollo/release-action@v1
with:
artifacts: "./ssh-sync-setup/ssh-sync-setup.exe,./ssh-sync/ssh-sync,*.deb,*.rpm"
artifacts: "./ssh-sync-setup/ssh-sync-setup.exe,./ssh-sync/ssh-sync,./packages/*.deb,./packages/*.rpm"
update-winget-manifest:
needs: [build-docker, build-windows, build-linux, release]
runs-on: windows-latest
Expand Down

0 comments on commit 1ceb935

Please sign in to comment.