mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 05:11:06 +02:00
Update WinGet publish action
This commit is contained in:
parent
f236b80095
commit
c7a2b2b951
1 changed files with 6 additions and 2 deletions
8
.github/workflows/winget.yml
vendored
8
.github/workflows/winget.yml
vendored
|
@ -1,13 +1,17 @@
|
||||||
name: Publish to Winget
|
name: Publish to Winget
|
||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [released]
|
types: [released]
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-24.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: vedantmgoyal2009/winget-releaser@v2
|
- name: Publish to Winget
|
||||||
|
uses: vedantmgoyal9/winget-releaser@v2
|
||||||
with:
|
with:
|
||||||
identifier: schollz.croc
|
identifier: schollz.croc
|
||||||
installers-regex: '_Windows-\w+\.zip$'
|
installers-regex: '_Windows-\w+\.zip$'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue