summaryrefslogtreecommitdiffstats
path: root/.ci/scripts/common/post-upload.sh
diff options
context:
space:
mode:
authorlat9nq <22451773+lat9nq@users.noreply.github.com>2020-12-30 04:09:06 +0100
committerlat9nq <22451773+lat9nq@users.noreply.github.com>2020-12-30 22:05:15 +0100
commit43cad754d5ffeec16f5f833efe9900fd49209a34 (patch)
treef54640fe0772ba7f271133870d385b23315d8a63 /.ci/scripts/common/post-upload.sh
parentMerge pull request #5247 from comex/xx-concepts (diff)
downloadyuzu-43cad754d5ffeec16f5f833efe9900fd49209a34.tar
yuzu-43cad754d5ffeec16f5f833efe9900fd49209a34.tar.gz
yuzu-43cad754d5ffeec16f5f833efe9900fd49209a34.tar.bz2
yuzu-43cad754d5ffeec16f5f833efe9900fd49209a34.tar.lz
yuzu-43cad754d5ffeec16f5f833efe9900fd49209a34.tar.xz
yuzu-43cad754d5ffeec16f5f833efe9900fd49209a34.tar.zst
yuzu-43cad754d5ffeec16f5f833efe9900fd49209a34.zip
Diffstat (limited to '.ci/scripts/common/post-upload.sh')
-rw-r--r--.ci/scripts/common/post-upload.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.ci/scripts/common/post-upload.sh b/.ci/scripts/common/post-upload.sh
index e46ee0abb..99e79fcb6 100644
--- a/.ci/scripts/common/post-upload.sh
+++ b/.ci/scripts/common/post-upload.sh
@@ -15,5 +15,5 @@ mv "${REV_NAME}-source.tar.xz" $RELEASE_NAME
7z a "$REV_NAME.7z" $RELEASE_NAME
# move the compiled archive into the artifacts directory to be uploaded by travis releases
-mv "$ARCHIVE_NAME" artifacts/
-mv "$REV_NAME.7z" artifacts/
+mv "$ARCHIVE_NAME" "${ARTIFACTS_DIR}/"
+mv "$REV_NAME.7z" "${ARTIFACTS_DIR}/"