summaryrefslogtreecommitdiffstats
path: root/.travis-upload.sh
diff options
context:
space:
mode:
authorj-selby <jselby@jselby.net>2017-07-27 06:29:33 +0200
committerj-selby <jselby@jselby.net>2017-07-28 06:22:43 +0200
commita7dae7fd70baaf6b05668d4c14ce99dc54044159 (patch)
tree7a41ac117993c16073a17dfbabb18f396bde8a16 /.travis-upload.sh
parentMerge pull request #2679 from MerryMage/interp-tests (diff)
downloadyuzu-a7dae7fd70baaf6b05668d4c14ce99dc54044159.tar
yuzu-a7dae7fd70baaf6b05668d4c14ce99dc54044159.tar.gz
yuzu-a7dae7fd70baaf6b05668d4c14ce99dc54044159.tar.bz2
yuzu-a7dae7fd70baaf6b05668d4c14ce99dc54044159.tar.lz
yuzu-a7dae7fd70baaf6b05668d4c14ce99dc54044159.tar.xz
yuzu-a7dae7fd70baaf6b05668d4c14ce99dc54044159.tar.zst
yuzu-a7dae7fd70baaf6b05668d4c14ce99dc54044159.zip
Diffstat (limited to '.travis-upload.sh')
-rwxr-xr-x.travis-upload.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis-upload.sh b/.travis-upload.sh
index 2cc968298..8cfab31cb 100755
--- a/.travis-upload.sh
+++ b/.travis-upload.sh
@@ -124,6 +124,11 @@ EOL
tar $COMPRESSION_FLAGS "$ARCHIVE_NAME" "$REV_NAME"
+ mv "$REV_NAME" nightly
+
+ 7z a "$REV_NAME.7z" nightly
+
# move the compiled archive into the artifacts directory to be uploaded by travis releases
mv "$ARCHIVE_NAME" artifacts/
+ mv "$REV_NAME.7z" artifacts/
fi