Skip to content

Commit

Permalink
Fix path in release script for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoltan Varga committed Dec 1, 2017
1 parent 35aeba8 commit d38a0e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_all/linux/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ cd $build_root
cd ./build_all/linux/release_service_client
cp $build_folder/python_service_client/src/iothub_service_client.so iothub_service_client/iothub_service_client.so
"python${PYTHON_VERSION}" setup_service_client.py bdist_wheel --plat-name $PLAT_ARCH
cd $build_root

cd ./build_all/linux/release_provisioning_device_client
cp $build_folder/provisioning_device_client_python/src/provisioning_device_client.so provisioning_device_client/provisioning_device_client.so
Expand Down

0 comments on commit d38a0e8

Please sign in to comment.