Skip to content

Commit

Permalink
ci: Add winget release
Browse files Browse the repository at this point in the history
  • Loading branch information
Belphemur committed Dec 19, 2023
1 parent 6f5913b commit f62447d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/winget.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Publish to WinGet
on:
release:
types: [released]
workflow_dispatch:
jobs:
publish:
runs-on: windows-latest
steps:
- uses: vedantmgoyal2009/winget-releaser@v2
with:
identifier: AntoineAflalo.SoundSwitch
installers-regex: '\.exe$' # Only .exe files
token: ${{ secrets.WINGET_PAT }}

0 comments on commit f62447d

Please sign in to comment.