Skip to content

Commit

Permalink
Merge pull request #148 from vedantmgoyal2009/patch-1
Browse files Browse the repository at this point in the history
Publish to Windows Package Manager (WinGet)
  • Loading branch information
4gray authored Sep 23, 2022
2 parents fb844b5 + 1e127d0 commit 2046270
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@latest
with:
identifier: 4gray.iptvnator
token: ${{ secrets.PAT }}

1 comment on commit 2046270

@vercel
Copy link

@vercel vercel bot commented on 2046270 Sep 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

iptvnator – ./

iptvnator.vercel.app
iptvnator-4gray.vercel.app
iptvnator-git-electron-4gray.vercel.app

Please sign in to comment.