Skip to content

Commit

Permalink
Merge pull request #75 from sitiom/winget-releaser
Browse files Browse the repository at this point in the history
Add Winget Releaser workflow
  • Loading branch information
Tienisto committed Jan 31, 2023
2 parents 1b9eaf4 + a6dfc2d commit a4055d1
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@v1
with:
identifier: LocalSend.LocalSend
token: ${{ secrets.WINGET_TOKEN }}

0 comments on commit a4055d1

Please sign in to comment.