Skip to content

Commit 75d679e

Browse files
committed
Fix package name
1 parent 6675b1d commit 75d679e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ jobs:
9393
PACKAGE_BUILD_NUMBER: ${{ github.event.inputs.build_number }}
9494
run: |
9595
echo $CONDA/bin >> $GITHUB_PATH
96-
anaconda -t "${{ secrets.ANACONDA_TOKEN }}" upload --no-progress --user SingleStore --label main artifacts/noarch/singlestore-*.tar.bz2
96+
anaconda -t "${{ secrets.ANACONDA_TOKEN }}" upload --no-progress --user SingleStore --label main artifacts/noarch/singlestoredb-*.tar.bz2

0 commit comments

Comments
 (0)