Skip to content

Commit 8afc1d0

Browse files
committed
Fix path in zip file.
1 parent 49cd776 commit 8afc1d0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,8 @@ script:
4040
# Reduce stand-alone Python and upload it
4141
- cd "$PROJECT_DIR"
4242
- python process_python_build.py "$PROJECT_DIR/python"
43-
- mkdir portable_python
4443
- cp -r python portable_python/
45-
- echo "Python 3.6.5" >> ./portable_python/version.txt
46-
- tar czf upload/python3-reduced.tar.gz portable_python/
44+
- tar czf upload/python3-reduced.tar.gz python/
4745
- curl --upload-file ./upload/python3-reduced.tar.gz https://transfer.sh/python3-reduced.tar.gz | tee -a output_urls.txt && echo "" >> output_urls.txt
4846

4947
# Print all uploaded files URLs

0 commit comments

Comments
 (0)