Skip to content

Commit 4cedb70

Browse files
NicolasHugfacebook-github-bot
authored andcommitted
[fbsync] Fix arm64 dist path for anaconda upload (#6424)
Reviewed By: datumbox Differential Revision: D38824229 fbshipit-source-id: 8c4664944cf4b5450ca33de0aa5bb9997e5d7ed6
1 parent f5c208a commit 4cedb70

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 dist/*.tar.bz2 -u "pytorch-${CHANNEL}" --label main --no-progress --force
157+
$ANACONDA_PATH/anaconda -t "${CONDA_PYTORCHBOT_TOKEN}" upload dist/osx-arm64/*.tar.bz2 -u "pytorch-${CHANNEL}" --label main --no-progress --force

0 commit comments

Comments
 (0)