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

Commit 838d3ef

Browse files
authored
Update python-app.yml
1 parent 110fa47 commit 838d3ef

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
@@ -38,7 +38,7 @@ jobs:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939
with:
4040
release_config: |
41-
./dist/chdb-cli/chdb-cli
41+
./dist/chdb-cli
4242
tag_name: ${{ github.event.inputs.TAG_NAME || github.event.release.tag_name }}
4343
release_name: ${{ github.event.inputs.TAG_NAME || github.event.release.tag_name }}
4444
draft: false

0 commit comments

Comments
 (0)