From 545a2c6688988a79d6584f634e5755e093175895 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9D=A4=E6=98=AF=E7=BA=B1=E9=9B=BE=E9=85=B1=E5=93=9F?= =?UTF-8?q?=EF=BD=9E?= <49941141+Dragon1573@users.noreply.github.com> Date: Sun, 7 Jul 2024 20:42:17 +0800 Subject: [PATCH] ci: Integrate "Winget Releaser" (#1326) --- .github/workflows/release.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cf5a6fc..a5822de 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -256,3 +256,14 @@ jobs: run: pnpm updater-fixed-webview2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + + submit-to-winget: + runs-on: windows-latest + needs: [release-update] + steps: + - name: Submit to Winget + uses: vedantmgoyal9/winget-releaser@main + with: + identifer: ClashVergeRev.ClashVergeRev + installers-regex: '_(arm64|x64|x86)-setup\.exe$' + token: ${{ secrets.GITHUB_TOKEN }}