Skip to content

Commit

Permalink
patch: publish to winget with gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
vedantmgoyal9 authored and ab77 committed Dec 19, 2022
1 parent 65da751 commit f9c8378
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 # action can only be run on windows
steps:
- uses: vedantmgoyal2009/vedantmgoyal2009/winget-pkgs-automation/[email protected]
with:
identifier: Balena.Etcher
installer-regex: 'balenaEtcher-Setup.*.exe$'
token: ${{ secrets.WINGET_TOKEN }}

0 comments on commit f9c8378

Please sign in to comment.