From e29524004beb69570284da209a9cfa009dda2c2c Mon Sep 17 00:00:00 2001 From: Vedant <83997633+vedantmgoyal9@users.noreply.github.com> Date: Sat, 29 Jun 2024 18:50:12 +0530 Subject: [PATCH 1/2] CI(github-actions): Update winget-releaser to latest --- .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 b4cd171167f..591e8c97f75 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -7,14 +7,14 @@ jobs: runs-on: windows-latest # action can only be run on windows steps: - name: Publish Mumble client - uses: vedantmgoyal2009/winget-releaser@v1 + uses: vedantmgoyal9/winget-releaser@main with: identifier: Mumble.Mumble.Client installers-regex: mumble_client.*.msi$ token: ${{ secrets.WINGET_TOKEN }} - name: Publish Mumble server - uses: vedantmgoyal2009/winget-releaser@v1 + uses: vedantmgoyal9/winget-releaser@main with: identifier: Mumble.Mumble.Server installers-regex: mumble_server.*.msi$ From 5d68b5b744c82c736d95abf07d009ad327349c97 Mon Sep 17 00:00:00 2001 From: Vedant <83997633+vedantmgoyal9@users.noreply.github.com> Date: Sat, 29 Jun 2024 18:53:12 +0530 Subject: [PATCH 2/2] DOCS: Action can now run on any OS --- .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 591e8c97f75..c0f7d56ff0c 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -4,7 +4,7 @@ on: types: [released] jobs: publish: - runs-on: windows-latest # action can only be run on windows + runs-on: windows-latest steps: - name: Publish Mumble client uses: vedantmgoyal9/winget-releaser@main