From 88578dd4c22cb45835a4f1b497850ba2f445da7b Mon Sep 17 00:00:00 2001 From: Ryan Caezar Itang Date: Thu, 3 Nov 2022 16:13:30 +0800 Subject: [PATCH 1/4] Add Winget Releaser workflow --- .github/dependabot.yml | 6 ++++++ .github/workflows/winget.yml | 15 +++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 .github/dependabot.yml create mode 100644 .github/workflows/winget.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..123014908 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml new file mode 100644 index 000000000..98cb90652 --- /dev/null +++ b/.github/workflows/winget.yml @@ -0,0 +1,15 @@ +name: Publish to WinGet +on: + release: + types: [released] + +jobs: + publish: + runs-on: windows-latest + steps: + - uses: vedantmgoyal2009/winget-releaser@v1 + with: + identifier: YACReader.YACReader + version: ${{ github.event.release.tag_name }} + installers-regex: '(x64-7z-qt6|x86-7z)\.exe$' + token: ${{ secrets.WINGET_TOKEN }} From 6d4517fdeb734d361e1e7430cdc0c2cb694b7bff Mon Sep 17 00:00:00 2001 From: sitiom Date: Sun, 12 Feb 2023 23:13:34 +0800 Subject: [PATCH 2/4] 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 98cb90652..459137666 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: YACReader.YACReader version: ${{ github.event.release.tag_name }} From 28b0eb8bef6eea07e096e68edfb35fbd058d216b Mon Sep 17 00:00:00 2001 From: sitiom Date: Wed, 7 Jun 2023 17:31:44 +0800 Subject: [PATCH 3/4] 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 459137666..6f78d842a 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 906f82f1f0d2db9a16459c4c11fd369924fb8a8a Mon Sep 17 00:00:00 2001 From: Ryan Date: Tue, 30 Jul 2024 17:49:49 +0800 Subject: [PATCH 4/4] 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 6f78d842a..b42a8a5e7 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: YACReader.YACReader version: ${{ github.event.release.tag_name }}