mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
Update release.yml to include a release for Winget
This commit is contained in:
parent
4eec20b340
commit
ec5d5f7238
1 changed files with 5 additions and 0 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
|
@ -145,3 +145,8 @@ jobs:
|
||||||
yazi-*.zip
|
yazi-*.zip
|
||||||
yazi-*.snap
|
yazi-*.snap
|
||||||
generate_release_notes: true
|
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 }}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue