Skip to content

Commit

Permalink
add temporary workflow for winget
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Feb 24, 2024
1 parent d6106f9 commit 3611a77
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/winget.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Release

on:
push:
branches: winget-2

jobs:
winget:
runs-on: ubuntu-latest
steps:
- uses: vedantmgoyal2009/winget-releaser@v2
with:
identifier: rhysd.actionlint
installers-regex: '_windows_\w+\.zip$'
token: ${{ secrets.WINGET_TOKEN }}

0 comments on commit 3611a77

Please sign in to comment.