Skip to content

Commit

Permalink
Merge pull request oliverschwendener#937 from vedantmgoyal2009/main
Browse files Browse the repository at this point in the history
Publish to Windows Package Managar (WinGet)
  • Loading branch information
oliverschwendener authored Oct 10, 2022
2 parents 9396b14 + 98d07de commit c66ce50
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/winget.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Publish to WinGet
on:
release:
types: [released]
jobs:
publish:
runs-on: windows-latest # action can only be run on windows
steps:
- uses: vedantmgoyal2009/winget-releaser@v1
with:
identifier: OliverSchwendener.ueli
token: ${{ secrets.WIN_GET_REGISTRY }}

0 comments on commit c66ce50

Please sign in to comment.