mirror of
https://github.com/eza-community/eza.git
synced 2025-12-23 05:36:50 +00:00
15 lines
334 B
YAML
15 lines
334 B
YAML
name: Publish to Winget
|
|
|
|
on:
|
|
release:
|
|
types: [released]
|
|
|
|
jobs:
|
|
publish:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: vedantmgoyal2009/winget-releaser@v2
|
|
with:
|
|
identifier: eza-community.eza
|
|
installers-regex: '-pc-windows-gnu\.zip$'
|
|
token: ${{ secrets.WINGET_TOKEN }}
|