From 8a3f73209981eabc4de8b62b6e3d2a50f1337bbc Mon Sep 17 00:00:00 2001 From: Vedant <83997633+vedantmgoyal9@users.noreply.github.com> Date: Thu, 29 Aug 2024 13:11:03 +0530 Subject: [PATCH 1/3] 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 e34f4691..e4274caf 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -10,8 +10,8 @@ jobs: publish: runs-on: windows-latest steps: - - uses: vedantmgoyal2009/winget-releaser@v1 + - uses: vedantmgoyal9/winget-releaser@main with: identifier: ${{ env.IDENTIFIER }} version: ${{ github.event.release.tag_name }} - token: ${{ secrets.WINGET_TOKEN }} \ No newline at end of file + token: ${{ secrets.WINGET_TOKEN }} From f691afdcf31168a9d3cba05b09bde6ace3bd2db8 Mon Sep 17 00:00:00 2001 From: Vedant <83997633+vedantmgoyal9@users.noreply.github.com> Date: Thu, 29 Aug 2024 13:20:52 +0530 Subject: [PATCH 2/3] Update winget.yml --- .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 e4274caf..02d2c28f 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -8,7 +8,7 @@ env: jobs: publish: - runs-on: windows-latest + runs-on: ubuntu-latest steps: - uses: vedantmgoyal9/winget-releaser@main with: From eac586bcb9510a96b2ccc29d4791059e0a335673 Mon Sep 17 00:00:00 2001 From: Hiddify <114227601+hiddify-com@users.noreply.github.com> Date: Sun, 1 Sep 2024 20:28:00 +0200 Subject: [PATCH 3/3] Update winget.yml --- .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 02d2c28f..103b439e 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -10,7 +10,7 @@ jobs: publish: runs-on: ubuntu-latest steps: - - uses: vedantmgoyal9/winget-releaser@main + - uses: vedantmgoyal9/winget-releaser@2 with: identifier: ${{ env.IDENTIFIER }} version: ${{ github.event.release.tag_name }}