From 28dfa47a995d688f24b3074eefe8b4c90bd4915f Mon Sep 17 00:00:00 2001 From: Michael Fyffe <6224270+TraGicCode@users.noreply.github.com> Date: Sun, 30 Nov 2025 15:59:55 -0600 Subject: [PATCH 1/2] Fix github zip asset name issue --- .github/workflows/dotnet_selfcontained.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet_selfcontained.yml b/.github/workflows/dotnet_selfcontained.yml index ce56f35..b0bf35a 100644 --- a/.github/workflows/dotnet_selfcontained.yml +++ b/.github/workflows/dotnet_selfcontained.yml @@ -63,5 +63,5 @@ jobs: with: upload_url: ${{ github.event.release.upload_url }} asset_path: ./artifacts/github-release-archives/busly-cli-${{ github.event.release.tag_name }}-${{ matrix.os }}.${{ matrix.os == 'win-x64' && 'zip' || 'tar.gz' }} - asset_name: busyly-cli${{ github.event.release.tag_name }}-${{ matrix.os }}.${{ matrix.os == 'win-x64' && 'zip' || 'tar.gz' }} + asset_name: busly-cli-${{ github.event.release.tag_name }}-${{ matrix.os }}.${{ matrix.os == 'win-x64' && 'zip' || 'tar.gz' }} asset_content_type: ${{ matrix.os == 'win-x64' && 'application/zip' || 'application/gzip' }} From 5b039c8c1a1d6440a51827736e52cede486aa923 Mon Sep 17 00:00:00 2001 From: Michael Fyffe <6224270+TraGicCode@users.noreply.github.com> Date: Sun, 30 Nov 2025 16:01:04 -0600 Subject: [PATCH 2/2] Fix link to github releases --- website/docs/getting-started/quick-start.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/getting-started/quick-start.mdx b/website/docs/getting-started/quick-start.mdx index 629372f..bfceebf 100644 --- a/website/docs/getting-started/quick-start.mdx +++ b/website/docs/getting-started/quick-start.mdx @@ -39,7 +39,7 @@ dotnet-busly --help -Download the latest release [Here](https://github.com/TraGicCode/busly-cli-new/releases) +Download the latest release [Here](https://github.com/TraGicCode/busly-cli/releases)