We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75206b5 commit 3b754dfCopy full SHA for 3b754df
1 file changed
.appveyor.yml
@@ -63,11 +63,11 @@ for:
63
64
# package hostpython
65
- HOSTPYTHON_FILE_NAME=hostpython-macos-v$APPVEYOR_BUILD_VERSION.zip
66
- - pushd hostpython3
+ - pushd dist/hostpython3
67
- zip -r $HOSTPYTHON_FILE_NAME .
68
- appveyor PushArtifact $HOSTPYTHON_FILE_NAME -DeploymentName hostpython-macos
69
- popd
70
- - rm -rf hostpython3
+ - rm -rf dist/hostpython3
71
72
# package the rest of dist
73
- DIST_FILE_NAME=dist/python-ios-dist-v$APPVEYOR_BUILD_VERSION.tar.gz
0 commit comments