We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b203194 + e4f8b7d commit 49567eeCopy full SHA for 49567ee
1 file changed
.github/workflows/winget_deploy.yml
@@ -28,8 +28,9 @@ jobs:
28
echo "Syncing version: $VERSION"
29
30
- name: Update Winget package
31
- uses: vedantmgoyal9/winget-releaser@main
+ uses: michidk/winget-updater@v1
32
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 }}
+ komac-token: ${{ secrets.GH_TOKEN_FOR_WINGET_PUBLISH }}
+ identifier: "TragicCode.BuslyCLI"
+ 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