From 1ceb9357a7d99670fc86eb17a5916e5af048420a Mon Sep 17 00:00:00 2001 From: therealpaulgg Date: Sat, 9 Mar 2024 23:22:26 -0700 Subject: [PATCH] Fix pattern matching of package --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 27a5291..97626ed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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