We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6675b1d commit 75d679eCopy full SHA for 75d679e
.github/workflows/publish.yml
@@ -93,4 +93,4 @@ jobs:
93
PACKAGE_BUILD_NUMBER: ${{ github.event.inputs.build_number }}
94
run: |
95
echo $CONDA/bin >> $GITHUB_PATH
96
- anaconda -t "${{ secrets.ANACONDA_TOKEN }}" upload --no-progress --user SingleStore --label main artifacts/noarch/singlestore-*.tar.bz2
+ anaconda -t "${{ secrets.ANACONDA_TOKEN }}" upload --no-progress --user SingleStore --label main artifacts/noarch/singlestoredb-*.tar.bz2
0 commit comments