Merge pull request #142 from sitiom/winget-releaser

Add Winget Releaser workflow
This commit is contained in:
Benjamin Höglinger-Stelzer
2022-10-24 10:59:52 +02:00
committed by GitHub
2 changed files with 19 additions and 0 deletions

6
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

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@v1
with:
identifier: ViGEm.ViGEmBus
token: ${{ secrets.WINGET_TOKEN }}