Skip to content

Commit

Permalink
Add Winget Releaser workflow (#1033)
Browse files Browse the repository at this point in the history
  • Loading branch information
sitiom authored Jul 19, 2024
1 parent 4b24bc2 commit 8648d7e
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]

jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: vedantmgoyal2009/winget-releaser@v2
with:
identifier: GarboMuffin.TurboWarp
installers-regex: 'TurboWarp-Setup-[\d.]+-\w+\.exe$'
token: ${{ secrets.WINGET_TOKEN }}

0 comments on commit 8648d7e

Please sign in to comment.