Skip to content

Commit 49567ee

Browse files
authored
Merge pull request #232 from TraGicCode/chore/attempt-to-fix-winget-release
Attempt to update winget deployment
2 parents b203194 + e4f8b7d commit 49567ee

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/winget_deploy.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ jobs:
2828
echo "Syncing version: $VERSION"
2929
3030
- name: Update Winget package
31-
uses: vedantmgoyal9/winget-releaser@main
31+
uses: michidk/winget-updater@v1
3232
with:
33-
identifier: TragicCode.BuslyCLI
34-
installers-regex: 'busly-cli-${{ github.event.release.tag_name }}-win-(x64)\.zip$'
35-
token: ${{ secrets.GH_TOKEN_FOR_WINGET_PUBLISH }}
33+
komac-token: ${{ secrets.GH_TOKEN_FOR_WINGET_PUBLISH }}
34+
identifier: "TragicCode.BuslyCLI"
35+
repo: "TraGicCode/busly-cli"
36+
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"

0 commit comments

Comments
 (0)