Add Winget Releaser workflow

This commit is contained in:
Ryan Caezar Itang 2023-01-05 10:03:47 +08:00
parent 92dd25ac25
commit bcfa2b0bdf
No known key found for this signature in database
GPG Key ID: E7C6E0E004B3AED1

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: pizzaboxer.Bloxstrap
token: ${{ secrets.WINGET_TOKEN }}