Skip to content

Commit

Permalink
Add winget-releaser action
Browse files Browse the repository at this point in the history
  • Loading branch information
dalance committed Oct 19, 2023
1 parent 843e74d commit c8d9e5d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/winget.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Publish to WinGet
on:
release:
types: [released]
workflow_dispatch:
jobs:
publish:
runs-on: windows-latest
steps:
- uses: vedantmgoyal2009/winget-releaser@v2
with:
identifier: dalance.procs
max-versions-to-keep: 5 # keep only latest 5 versions
installers-regex: '\.x86_64-windows.zip$'
token: ${{ secrets.WINGET_TOKEN }}

0 comments on commit c8d9e5d

Please sign in to comment.