Skip to content

Commit aa98bd4

Browse files
authored
Merge pull request #19 from sitiom/patch-2
ci: add Winget Releaser workflow
2 parents e757951 + a634153 commit aa98bd4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,10 @@ 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+
if: startsWith(github.ref, 'refs/tags/')
30+
with:
31+
identifier: xhcoding.sshpass-win32
32+
token: ${{ secrets.WINGET_TOKEN }}

0 commit comments

Comments
 (0)