Skip to content

Commit 78a2c20

Browse files
committed
Argh... never fix this stuff at the end of the day...
1 parent 3411626 commit 78a2c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ script:
4343
- mkdir portable_root
4444
- cp -r python portable_root/
4545
- echo "Python 3.6.5" >> ./portable_root/version.txt
46-
- tar czf upload/python3-reduced.tar.gz python/
46+
- tar czf upload/python3-reduced.tar.gz portable_root/
4747
- curl --upload-file ./upload/python3-reduced.tar.gz https://transfer.sh/python3-reduced.tar.gz | tee -a output_urls.txt && echo "" >> output_urls.txt
4848

4949
# Print all uploaded files URLs

0 commit comments

Comments
 (0)