File tree Expand file tree Collapse file tree
website/docs/getting-started Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 with :
6464 upload_url : ${{ github.event.release.upload_url }}
6565 asset_path : ./artifacts/github-release-archives/busly-cli-${{ github.event.release.tag_name }}-${{ matrix.os }}.${{ matrix.os == 'win-x64' && 'zip' || 'tar.gz' }}
66- asset_name : busyly -cli${{ github.event.release.tag_name }}-${{ matrix.os }}.${{ matrix.os == 'win-x64' && 'zip' || 'tar.gz' }}
66+ asset_name : busly -cli- ${{ github.event.release.tag_name }}-${{ matrix.os }}.${{ matrix.os == 'win-x64' && 'zip' || 'tar.gz' }}
6767 asset_content_type : ${{ matrix.os == 'win-x64' && 'application/zip' || 'application/gzip' }}
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ dotnet-busly --help
3939</TabItem >
4040<TabItem value = " github" label = " GitHub Releases" >
4141
42- Download the latest release [ Here] ( https://github.com/TraGicCode/busly-cli-new /releases )
42+ Download the latest release [ Here] ( https://github.com/TraGicCode/busly-cli/releases )
4343
4444</TabItem >
4545</Tabs >
You can’t perform that action at this time.
0 commit comments