zoxide/.github/workflows/winget.yml

14 lines
309 B
YAML
Raw Normal View History

2023-05-07 17:17:02 +00:00
name: winget
on:
release:
types: [released]
jobs:
publish:
runs-on: windows-latest
steps:
- uses: vedantmgoyal2009/winget-releaser@v2
with:
identifier: ajeetdsouza.zoxide
installers-regex: '-pc-windows-msvc\.zip$'
token: ${{ secrets.WINGET_TOKEN }}