From e4f8b7dff4ff375b0758ce1b6235849f7d1bb4b9 Mon Sep 17 00:00:00 2001 From: Michael Fyffe <6224270+TraGicCode@users.noreply.github.com> Date: Thu, 12 Mar 2026 09:59:44 -0500 Subject: [PATCH] Attempt to update winget deployment --- .github/workflows/winget_deploy.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/winget_deploy.yml b/.github/workflows/winget_deploy.yml index 73d0e1b..2dcd78d 100644 --- a/.github/workflows/winget_deploy.yml +++ b/.github/workflows/winget_deploy.yml @@ -28,8 +28,9 @@ jobs: echo "Syncing version: $VERSION" - name: Update Winget package - uses: vedantmgoyal9/winget-releaser@main + uses: michidk/winget-updater@v1 with: - identifier: TragicCode.BuslyCLI - installers-regex: 'busly-cli-${{ github.event.release.tag_name }}-win-(x64)\.zip$' - token: ${{ secrets.GH_TOKEN_FOR_WINGET_PUBLISH }} \ No newline at end of file + komac-token: ${{ secrets.GH_TOKEN_FOR_WINGET_PUBLISH }} + identifier: "TragicCode.BuslyCLI" + repo: "TraGicCode/busly-cli" + url: "https://github.com/TraGicCode/busly-cli/releases/download/v${{ github.event.release.tag_name }}/busly-cli-v${{ github.event.release.tag_name }}-win-x64.zip"