Skip to content

v0.44.0

v0.44.0 #9

Workflow file for this run

name: Publish WinGet Release
on:
release:
types: [published]
jobs:
build-and-pack:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Update Winget package
uses: michidk/winget-updater@v1
with:
komac-token: ${{ secrets.GH_TOKEN_FOR_WINGET_PUBLISH }}
identifier: "TragicCode.BuslyCLI"
repo: "TraGicCode/busly-cli"
url: "https://github.com/TraGicCode/busly-cli/releases/download/${{ github.event.release.tag_name }}/busly-cli-${{ github.event.release.tag_name }}-win-x64.zip"