From abd1e8c6daed8bd5de41c049813bc08113384ba1 Mon Sep 17 00:00:00 2001
From: lewisakura <lewi@lewisakura.moe>
Date: Tue, 4 Jun 2024 16:51:29 +0100
Subject: [PATCH] ci: update winget releaser

---
 .github/workflows/winget-submission.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/winget-submission.yml b/.github/workflows/winget-submission.yml
index 7066d3b..080e484 100644
--- a/.github/workflows/winget-submission.yml
+++ b/.github/workflows/winget-submission.yml
@@ -13,10 +13,10 @@ on:
 jobs:
   winget:
     name: Publish winget package
-    runs-on: ubuntu-latest
+    runs-on: windows-latest
     steps:
       - name: Submit package to Winget Community Repo
-        uses: vedantmgoyal2009/winget-releaser@e68d386d5d6a1cef8cb0fb5e62b77ebcb83e7d58 # v2
+        uses: vedantmgoyal2009/winget-releaser@4614300d5812e5df91cb02ef0edbece623d5dea8
         with:
           identifier: Vencord.Vesktop
           token: ${{ secrets.WINGET_PAT }}