Skip to content

Commit

Permalink
New feature: Automatically publish to WinGet (#441)
Browse files Browse the repository at this point in the history
Signed-off-by: Dragon1573 <49941141+Dragon1573@users.noreply.github.com>
  • Loading branch information
Dragon1573 authored Nov 21, 2024
1 parent ceee43d commit ee95d65
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/winget.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Publish to WinGet

on:
release:
types: released

jobs:
publish:
runs-on: windows-latest
steps:
- uses: vedantmgoyal9/winget-releaser@main
with:
token: ${{ secrets.WINGET_TOKEN }}
identifier: xfangfang.Wiliwili
installers-regex: '^^wiliwili-Windows-[a-zA-Z0-9_]*.zip$'

0 comments on commit ee95d65

Please sign in to comment.