Add Winget Releaser workflow

This commit is contained in:
Ryan Caezar Itang 2022-11-19 13:53:14 +08:00 committed by sitiom
parent 4849e26aca
commit 95d1858103
2 changed files with 19 additions and 0 deletions

View file

@ -15,3 +15,7 @@ updates:
- "jjw24"
- "taooceros"
- "JohnTheGr8"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

15
.github/workflows/winget.yml vendored Normal file
View file

@ -0,0 +1,15 @@
name: Publish to Winget
on:
release:
types: [released]
jobs:
publish:
# Action can only be run on windows
runs-on: windows-latest
steps:
- uses: vedantmgoyal2009/winget-releaser@v1
with:
identifier: Flow-Launcher.Flow-Launcher
token: ${{ secrets.WINGET_TOKEN }}