Skip to content

Commit

Permalink
ci: winget
Browse files Browse the repository at this point in the history
  • Loading branch information
igoogolx committed Feb 27, 2024
1 parent 7ebe290 commit 3fff1e2
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:
# Action can only be run on windows
runs-on: windows-latest
steps:
- uses: vedantmgoyal2009/winget-releaser@v2
with:
identifier: igoogolx.itun2socks
max-versions-to-keep: 5 # keep only latest 5 versions
installers-regex: '.*windows_amd64.zip$' # Only .exe files
token: ${{ secrets.WINGET_TOKEN }}

0 comments on commit 3fff1e2

Please sign in to comment.