Skip to content

Commit e6e78f6

Browse files
committed
Fixed appveyor artifacts
1 parent 911fe6e commit e6e78f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ test_script:
7979
- "%CMD_IN_ENV% conda build .\\ci\\conda --quiet --no-remove-work-dir"
8080
# move conda package to /dist
8181
- cmd: 'mkdir dist'
82-
- cmd: 'copy /Y %PYTHON%\conda-bld\win-%PYTHON_ARCH%\pythonocc*.bz2 dist || cmd /c "exit /b 0"'
82+
- cmd: 'copy /Y %CONDA_INSTALL_LOCN%\conda-bld\win-%PYTHON_ARCH%\pythonocc*.bz2 dist || cmd /c "exit /b 0"'
8383

8484
artifacts:
8585
- path: dist\*

0 commit comments

Comments
 (0)