mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-22 21:05:09 +00:00
8d4d184fc6
https://github.com/vedantmgoyal9/winget-releaser?tab=readme-ov-file#configuration-options-%EF%B8%8F
15 lines
326 B
YAML
15 lines
326 B
YAML
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 }}
|