Add Winget Releaser workflow

This commit is contained in:
sitiom
2022-08-02 17:30:24 +08:00
committed by GitHub
parent 59b8f0f8e9
commit 84d384ed29

13
.github/workflows/winget.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
name: Publish to WinGet
on:
release:
types: [released]
jobs:
publish:
runs-on: windows-latest
steps:
- uses: vedantmgoyal2009/winget-releaser@latest
with:
identifier: ViGEm.ViGEmBus
token: ${{ secrets.WINGET_TOKEN }}