mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
add winget releaser workflow
This commit is contained in:
parent
63feece074
commit
b3db9d88c1
1 changed files with 14 additions and 0 deletions
14
.github/workflows/winget.yml
vendored
Normal file
14
.github/workflows/winget.yml
vendored
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
name: Publish to Winget
|
||||||
|
on:
|
||||||
|
release:
|
||||||
|
types: [released]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
publish:
|
||||||
|
runs-on: windows-latest # Action can only run on Windows
|
||||||
|
steps:
|
||||||
|
- uses: vedantmgoyal2009/winget-releaser@v2
|
||||||
|
with:
|
||||||
|
identifier: schollz.croc
|
||||||
|
installers-regex: '_Windows-\w+\.zip$'
|
||||||
|
token: ${{ secrets.WINGET_TOKEN }}
|
Loading…
Add table
Add a link
Reference in a new issue