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"