From c7a2b2b9514972044b98c50cbf054f0e479caf2f Mon Sep 17 00:00:00 2001 From: blu3 Date: Fri, 31 Jan 2025 16:33:05 +0300 Subject: [PATCH] Update WinGet publish action --- .github/workflows/winget.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index 07b5632f..32e89195 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -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$'