Skip to content

Commit

Permalink
Added winget automation
Browse files Browse the repository at this point in the history
  • Loading branch information
ndbeals authored Dec 16, 2022
1 parent 410e4d6 commit ab05c58
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/winget-release.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@v1
with:
identifier: NathanBeals.WinSSH-Pageant
installers-regex: '\.msi$' # Only .msi files
token: ${{ secrets.WINGET_TOKEN }}

0 comments on commit ab05c58

Please sign in to comment.