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' }} 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)