ci: add Winget Releaser workflow

This commit is contained in:
Ryan Caezar Itang 2023-09-14 10:54:28 +08:00
parent b19124985b
commit c94167d2e2
No known key found for this signature in database
GPG key ID: E7C6E0E004B3AED1

15
.github/workflows/winget.yml vendored Normal file
View file

@ -0,0 +1,15 @@
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 }}