mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
Add Winget Releaser workflow
This commit is contained in:
parent
92dd25ac25
commit
bcfa2b0bdf
15
.github/workflows/winget.yml
vendored
Normal file
15
.github/workflows/winget.yml
vendored
Normal 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 }}
|
Loading…
Reference in New Issue
Block a user