summaryrefslogtreecommitdiffstats
path: root/.ci/scripts/common/post-upload.sh
diff options
context:
space:
mode:
authorAmeer J <52414509+ameerj@users.noreply.github.com>2021-06-10 01:47:08 +0200
committerGitHub <noreply@github.com>2021-06-10 01:47:08 +0200
commit86d832ab9a2896cd6a1ce7231645893390824985 (patch)
tree625082f2fa275f29146e00d8e79856e87ebfc4cf /.ci/scripts/common/post-upload.sh
parentMerge pull request #6440 from bunnei/cancel-synch (diff)
parentci: windows: Compress using xz (diff)
downloadyuzu-86d832ab9a2896cd6a1ce7231645893390824985.tar
yuzu-86d832ab9a2896cd6a1ce7231645893390824985.tar.gz
yuzu-86d832ab9a2896cd6a1ce7231645893390824985.tar.bz2
yuzu-86d832ab9a2896cd6a1ce7231645893390824985.tar.lz
yuzu-86d832ab9a2896cd6a1ce7231645893390824985.tar.xz
yuzu-86d832ab9a2896cd6a1ce7231645893390824985.tar.zst
yuzu-86d832ab9a2896cd6a1ce7231645893390824985.zip
Diffstat (limited to '')
-rw-r--r--.ci/scripts/common/post-upload.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/.ci/scripts/common/post-upload.sh b/.ci/scripts/common/post-upload.sh
index 99e79fcb6..387431564 100644
--- a/.ci/scripts/common/post-upload.sh
+++ b/.ci/scripts/common/post-upload.sh
@@ -9,11 +9,5 @@ cp "${REV_NAME}-source.tar.xz" "$DIR_NAME"
tar $COMPRESSION_FLAGS "$ARCHIVE_NAME" "$DIR_NAME"
-mv "$DIR_NAME" $RELEASE_NAME
-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_DIR}/"
-mv "$REV_NAME.7z" "${ARTIFACTS_DIR}/"