mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
15 lines
284 B
YAML
15 lines
284 B
YAML
name: Publish to Winget
|
|
|
|
on:
|
|
release:
|
|
types: [released]
|
|
|
|
jobs:
|
|
publish:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: vedantmgoyal2009/winget-releaser@v2
|
|
with:
|
|
identifier: pizzaboxer.Bloxstrap
|
|
token: ${{ secrets.WINGET_TOKEN }}
|