summaryrefslogtreecommitdiffstats
path: root/.travis-upload.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-x.travis-upload.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis-upload.sh b/.travis-upload.sh
index 9aed815d4..bab169527 100755
--- a/.travis-upload.sh
+++ b/.travis-upload.sh
@@ -118,8 +118,8 @@ EOL
cp license.txt "$REV_NAME"
cp README.md "$REV_NAME"
- ARCHIVE_NAME="${REV_NAME}.tar.xz"
- tar -cJvf "$ARCHIVE_NAME" "$REV_NAME"
+ ARCHIVE_NAME="${REV_NAME}.tar.gz"
+ tar -czvf "$ARCHIVE_NAME" "$REV_NAME"
# move the compiled archive into the artifacts directory to be uploaded by travis releases
mv "$ARCHIVE_NAME" artifacts/