summaryrefslogtreecommitdiff
path: root/.github/workflows/winget.yml
blob: c5052d64198e93f448ed79ef6c87b1ac69a63b36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: Publish to Winget
on:
  release:
    types: [released]

jobs:
  publish:
    runs-on: ubuntu-latest
    steps:
      - uses: vedantmgoyal2009/winget-releaser@v2
        with:
          identifier: junegunn.fzf
          installers-regex: '-windows_(armv7|arm64|amd64)\.zip$'
          token: ${{ secrets.WINGET_TOKEN }}