Skip to content

Commit 4c034ed

Browse files
authored
Merge pull request #102 from TraGicCode/chore/fix-gh-release-zip-name-issue
chore/fix gh release zip name issue
2 parents 0d20488 + 5b039c8 commit 4c034ed

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dotnet_selfcontained.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ jobs:
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' }}

website/docs/getting-started/quick-start.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)