mirror of
https://github.com/RubyMetric/chsrc.git
synced 2025-03-10 20:45:18 +08:00
13 lines
319 B
YAML
13 lines
319 B
YAML
name: Publish to WinGet
|
|
on:
|
|
release:
|
|
types: [released]
|
|
jobs:
|
|
publish:
|
|
runs-on: windows-latest
|
|
steps:
|
|
- uses: vedantmgoyal9/winget-releaser@main
|
|
with:
|
|
identifier: RubyMetric.chsrc
|
|
installers-regex: '\.exe$' # Only .exe files
|
|
token: ${{ secrets.WINGET_TOKEN }} |