summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlat9nq <lat9nq@gmail.com>2022-08-09 06:18:32 +0200
committerlat9nq <lat9nq@gmail.com>2022-08-09 06:18:32 +0200
commit050c7608225502662d495357d55327b42b3c7b33 (patch)
tree89d7c2e5dfc71074a0244efb13578d2cf693e06b
parentci: Graft source when archiving (diff)
downloadyuzu-050c7608225502662d495357d55327b42b3c7b33.tar
yuzu-050c7608225502662d495357d55327b42b3c7b33.tar.gz
yuzu-050c7608225502662d495357d55327b42b3c7b33.tar.bz2
yuzu-050c7608225502662d495357d55327b42b3c7b33.tar.lz
yuzu-050c7608225502662d495357d55327b42b3c7b33.tar.xz
yuzu-050c7608225502662d495357d55327b42b3c7b33.tar.zst
yuzu-050c7608225502662d495357d55327b42b3c7b33.zip
-rw-r--r--.ci/scripts/common/post-upload.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.ci/scripts/common/post-upload.sh b/.ci/scripts/common/post-upload.sh
index 576f1ffaa..0930b7a7b 100644
--- a/.ci/scripts/common/post-upload.sh
+++ b/.ci/scripts/common/post-upload.sh
@@ -11,6 +11,7 @@ if [[ -z "${NO_SOURCE_PACK}" ]]; then
git clone --depth 1 file://$(readlink -e .) ${REV_NAME}-source
tar -cJvf "${REV_NAME}-source.tar.xz" ${REV_NAME}-source
cp -v "${REV_NAME}-source.tar.xz" "$DIR_NAME"
+ cp -v "${REV_NAME}-source.tar.xz" "${ARTIFACTS_DIR}/"
fi
tar $COMPRESSION_FLAGS "$ARCHIVE_NAME" "$DIR_NAME"