From a2f8f3d04b20eb51c2d7f95a80acf17ee8b7de34 Mon Sep 17 00:00:00 2001 From: Ryan Caezar Itang Date: Tue, 2 Aug 2022 13:07:03 +0800 Subject: [PATCH 1/5] Add Winget Releaser workflow --- .github/workflows/winget.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/winget.yml diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml new file mode 100644 index 0000000..2dec9ec --- /dev/null +++ b/.github/workflows/winget.yml @@ -0,0 +1,13 @@ +name: Publish to WinGet +on: + release: + types: [released] + +jobs: + publish: + runs-on: windows-latest + steps: + - uses: vedantmgoyal2009/winget-releaser@latest + with: + identifier: marchellodev.Sharik + token: ${{ secrets.WINGET_TOKEN }} From 6482aaa0a7fdd3bdb71fe3c2f231ffef221db4c1 Mon Sep 17 00:00:00 2001 From: sitiom Date: Thu, 29 Sep 2022 20:36:00 +0800 Subject: [PATCH 2/5] 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 2dec9ec..82ddd61 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -7,7 +7,7 @@ jobs: publish: runs-on: windows-latest steps: - - uses: vedantmgoyal2009/winget-releaser@latest + - uses: vedantmgoyal2009/winget-releaser@v1 with: identifier: marchellodev.Sharik token: ${{ secrets.WINGET_TOKEN }} From b9a8db5df7730edb4de9a07f3f0276603ff4a615 Mon Sep 17 00:00:00 2001 From: sitiom Date: Sun, 12 Feb 2023 23:16:26 +0800 Subject: [PATCH 3/5] Bump `vedantmgoyal2009/winget-releaser` to `v2` --- .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 82ddd61..1869513 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -7,7 +7,7 @@ jobs: publish: runs-on: windows-latest steps: - - uses: vedantmgoyal2009/winget-releaser@v1 + - uses: vedantmgoyal2009/winget-releaser@v2 with: identifier: marchellodev.Sharik token: ${{ secrets.WINGET_TOKEN }} From 690891a733fc574fd56f7ed166e10a1f03558834 Mon Sep 17 00:00:00 2001 From: sitiom Date: Thu, 17 Aug 2023 14:49:22 +0800 Subject: [PATCH 4/5] Change Winget Releaser job to `ubuntu-latest` Winget Releaser now supports non-Windows runners, and `ubuntu-latest` is generally faster. --- .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 1869513..79f9616 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -5,7 +5,7 @@ on: jobs: publish: - runs-on: windows-latest + runs-on: ubuntu-latest steps: - uses: vedantmgoyal2009/winget-releaser@v2 with: From ddc19a0ff1584bf9e5416f78b895cd0a4c2e8626 Mon Sep 17 00:00:00 2001 From: Ryan Date: Tue, 30 Jul 2024 17:53:11 +0800 Subject: [PATCH 5/5] 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 79f9616..55bf934 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -7,7 +7,7 @@ jobs: publish: runs-on: ubuntu-latest steps: - - uses: vedantmgoyal2009/winget-releaser@v2 + - uses: vedantmgoyal9/winget-releaser@main with: identifier: marchellodev.Sharik token: ${{ secrets.WINGET_TOKEN }}