ci: add Winget Releaser workflow
@@ -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 }}
@@ -198,6 +198,19 @@ To install eza, run:
sudo port install eza
```
+### Winget (Windows)
+[](https://repology.org/project/eza/versions)
+Eza is available on Winget.
+To install eza, run:
+```shell
+winget install eza-community.eza
+```
### Scoop (Windows)
[](https://repology.org/project/eza/versions)