Skip to content

Commit f5c208a

Browse files
NicolasHugfacebook-github-bot
authored andcommitted
[fbsync] Use dist path when uploading using anaconda (#6423)
Reviewed By: datumbox Differential Revision: D38824244 fbshipit-source-id: 81a0bd979b8997a41ece3c0c7b1f192f87014341
1 parent f97b0d6 commit f5c208a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-m1-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,4 +154,4 @@ jobs:
154154
conda install -yq anaconda-client
155155
set -x
156156
export ANACONDA_PATH=$(conda info --base)/bin
157-
$ANACONDA_PATH/anaconda -t "${CONDA_PYTORCHBOT_TOKEN}" upload ~/miniconda3/conda-bld/osx-arm64/*.tar.bz2 -u "pytorch-${CHANNEL}" --label main --no-progress --force
157+
$ANACONDA_PATH/anaconda -t "${CONDA_PYTORCHBOT_TOKEN}" upload dist/*.tar.bz2 -u "pytorch-${CHANNEL}" --label main --no-progress --force

0 commit comments

Comments
 (0)