aboutsummaryrefslogtreecommitdiffhomepage
path: root/.ci
diff options
context:
space:
mode:
authorlat9nq <[email protected]>2022-08-09 00:18:32 -0400
committerlat9nq <[email protected]>2022-08-09 00:18:32 -0400
commit050c7608225502662d495357d55327b42b3c7b33 (patch)
tree89d7c2e5dfc71074a0244efb13578d2cf693e06b /.ci
parent1f7e2d1cadf160d0d516567b6970cdd876c29c6d (diff)
downloadyuzu-mainline-050c7608225502662d495357d55327b42b3c7b33.tar.gz
yuzu-mainline-050c7608225502662d495357d55327b42b3c7b33.zip
post-upload: Upload Linux source to artifacts dir
The source from the Linux build is desireable as it has permissions and line endings set correctly.
Diffstat (limited to '.ci')
-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"