From c1503241632bbf986c5a479d689de236d6b6f8f9 Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 31 Jul 2024 01:57:45 +0800 Subject: [PATCH] Update Winget Releaser action repo (#1037) --- .github/workflows/winget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index 1a6b978..0ec78a0 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -8,7 +8,7 @@ jobs: publish: runs-on: ubuntu-latest steps: - - uses: vedantmgoyal2009/winget-releaser@v2 + - uses: vedantmgoyal9/winget-releaser@main with: identifier: GarboMuffin.TurboWarp installers-regex: 'TurboWarp-Setup-[\d.]+-\w+\.exe$'