Skip to content

Commit 5e73d12

Browse files
committed
fix appveyor upload for osx
1 parent 26d7edc commit 5e73d12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ test_script:
7070
# move conda package to /dist
7171
- mkdir dist # portable command windows/linux
7272
# upload for osx
73-
- sh: cp $HOME/miniconda3/osx-64/*.bz2 dist
74-
- sh: anaconda -t $BINSTAR_TOKEN upload *.bz2 -l cd-$env:APPVEYOR_REPO_BRANCH --force
73+
- sh: cp $HOME/miniconda3/conda-bld/osx-64/*.bz2 dist
74+
- sh: anaconda -t $BINSTAR_TOKEN upload dist/*.bz2 -l cd-$APPVEYOR_REPO_BRANCH --force
7575
# upload for Windows
7676
- cmd: copy /Y %CONDA_INSTALL_LOCN%\conda-bld\win-%PYTHON_ARCH%\pythonocc*.bz2 dist || cmd /c "exit /b 0"
7777
- ps: cmd /C anaconda --token $env:BINSTAR_TOKEN upload dist\*.bz2 -l cd-$env:APPVEYOR_REPO_BRANCH --force "2>&1"

0 commit comments

Comments
 (0)