From c1b49baf649d5b550b49543edcb7b48a16930b2a Mon Sep 17 00:00:00 2001 From: okcoder1 Date: Mon, 6 Apr 2026 17:38:07 +0530 Subject: [PATCH 1/2] feat(WinGet): add WinGet Releaser Signed-off-by: okcoder1 --- .github/workflows/winget.yml | 14 ++++++++++++++ 1 file changed, 14 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 000000000..062402952 --- /dev/null +++ b/.github/workflows/winget.yml @@ -0,0 +1,14 @@ +name: Publish to WinGet +on: + release: + types: [released] +jobs: + publish: + runs-on: ubuntu-slim + steps: + - name: Run WinGet Releaser + uses: vedantmgoyal9/winget-releaser@main + with: + identifier: SnapXL.SnapX + max-versions-to-keep: 5 + token: ${{ secrets.WINGET_TOKEN }} From 599e7305996e4f2c0fcf0438ebc3cfb7b94f7424 Mon Sep 17 00:00:00 2001 From: okcoder1 Date: Mon, 6 Apr 2026 17:57:52 +0530 Subject: [PATCH 2/2] chore: use commit SHA Signed-off-by: okcoder1 --- .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 062402952..2c66efa7e 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-slim steps: - name: Run WinGet Releaser - uses: vedantmgoyal9/winget-releaser@main + uses: vedantmgoyal9/winget-releaser@7bd472be23763def6e16bd06cc8b1cdfab0e2fd5 with: identifier: SnapXL.SnapX max-versions-to-keep: 5