From f043e02b13ab4af0525ca796cb97e753e3dff4f2 Mon Sep 17 00:00:00 2001 From: Vedant <83997633+vedantmgoyal9@users.noreply.github.com> Date: Sun, 1 Sep 2024 07:41:32 +0000 Subject: [PATCH] Update winget-releaser to latest (#480) --- .github/workflows/winget.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index 2adfbc38..d9fbf3ee 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -4,9 +4,9 @@ on: types: [released] jobs: publish: - runs-on: windows-latest # action can only be run on windows + runs-on: ubuntu-latest steps: - - uses: vedantmgoyal2009/winget-releaser@v1 + - uses: vedantmgoyal9/winget-releaser@main with: identifier: RoyQu.RedPanda-C++ installers-regex: 'MinGW.*.exe$'