Skip to content

Commit bae83d1

Browse files
authored
ci: add Winget Releaser workflow
1 parent 00d660c commit bae83d1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,9 @@ jobs:
2323
if: startsWith(github.ref, 'refs/tags/')
2424
with:
2525
files: build/Release/sshpass.exe
26+
27+
- name: Publish to Winget
28+
uses: vedantmgoyal9/winget-releaser@main
29+
with:
30+
identifier: xhcoding.sshpass-win32
31+
token: ${{ secrets.WINGET_TOKEN }}

0 commit comments

Comments
 (0)