"git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "53b0ba8d43bf37acf9d07317bb1f78af8092b77d"
Unverified Commit 94960fe1 authored by Andrey Talman's avatar Andrey Talman Committed by GitHub
Browse files

Fix arm64 dist path for anaconda upload (#6424)

parent e9842da0
......@@ -154,4 +154,4 @@ jobs:
conda install -yq anaconda-client
set -x
export ANACONDA_PATH=$(conda info --base)/bin
$ANACONDA_PATH/anaconda -t "${CONDA_PYTORCHBOT_TOKEN}" upload dist/*.tar.bz2 -u "pytorch-${CHANNEL}" --label main --no-progress --force
$ANACONDA_PATH/anaconda -t "${CONDA_PYTORCHBOT_TOKEN}" upload dist/osx-arm64/*.tar.bz2 -u "pytorch-${CHANNEL}" --label main --no-progress --force
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment