Skip to content

Commit

Permalink
Add WinGet CI (fifty-six#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
solomoncyj committed Nov 11, 2023
1 parent 7d31e51 commit 0161049
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/winget.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Publish to WinGet
on:
release:
types: [released]
jobs:
publish:
runs-on: windows-latest
steps:
- uses: vedantmgoyal2009/winget-releaser@v2
with:
identifier: fifty-six.Scarab
installers-regex: 'windows.zip'
token: ${{ secrets.WINGET_TOKEN }}

0 comments on commit 0161049

Please sign in to comment.