Skip to content
This repository was archived by the owner on Dec 25, 2023. It is now read-only.

Commit 110fa47

Browse files
authored
Update python-app.yml
1 parent 49d8adc commit 110fa47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
release_config: |
4141
./dist/chdb-cli/chdb-cli
4242
tag_name: ${{ github.event.inputs.TAG_NAME || github.event.release.tag_name }}
43-
release_name: chdbcli_${{ github.event.inputs.TAG_NAME || github.event.release.tag_name }}
43+
release_name: ${{ github.event.inputs.TAG_NAME || github.event.release.tag_name }}
4444
draft: false
4545
prerelease: false
4646
overwrite: true

0 commit comments

Comments
 (0)