From 050c7608225502662d495357d55327b42b3c7b33 Mon Sep 17 00:00:00 2001 From: lat9nq Date: Tue, 9 Aug 2022 00:18:32 -0400 Subject: 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. --- .ci/scripts/common/post-upload.sh | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.2.3