Update release.yml to include a release for Winget

This commit is contained in:
Moaid Hathot 2024-07-15 08:48:21 -07:00 committed by GitHub
parent 4eec20b340
commit ec5d5f7238
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -145,3 +145,8 @@ jobs:
yazi-*.zip
yazi-*.snap
generate_release_notes: true
- uses: vedantmgoyal2009/winget-releaser@v2
with:
identifier: sxyazi.yazi
installers-regex: 'yazi-(x86_64|aarch64)-pc-windows-msvc\.zip$'
token: ${{ secrets.WINGET_TOKEN }}