1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-10 21:01:02 +02:00

Update WinGet publish action

This commit is contained in:
blu3 2025-01-31 16:33:05 +03:00 committed by GitHub
parent f236b80095
commit c7a2b2b951
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,13 +1,17 @@
name: Publish to Winget
on:
release:
types: [released]
workflow_dispatch:
jobs:
publish:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: vedantmgoyal2009/winget-releaser@v2
- name: Publish to Winget
uses: vedantmgoyal9/winget-releaser@v2
with:
identifier: schollz.croc
installers-regex: '_Windows-\w+\.zip$'