Skip to content

Commit

Permalink
Add Winget Releaser workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sitiom authored and sharkdp committed Mar 15, 2023
1 parent 1da4359 commit 92b9b3d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/winget.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Publish to Winget
on:
release:
types: [released]

jobs:
publish:
runs-on: windows-latest # Action can only run on Windows
steps:
- uses: vedantmgoyal2009/winget-releaser@v2
with:
identifier: sharkdp.hyperfine
installers-regex: '-pc-windows-msvc\.zip$'
token: ${{ secrets.WINGET_TOKEN }}

0 comments on commit 92b9b3d

Please sign in to comment.