summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar lat9nq2022-08-09 00:18:32 -0400
committerGravatar lat9nq2022-08-09 00:18:32 -0400
commit050c7608225502662d495357d55327b42b3c7b33 (patch)
tree89d7c2e5dfc71074a0244efb13578d2cf693e06b
parentci: Graft source when archiving (diff)
downloadyuzu-050c7608225502662d495357d55327b42b3c7b33.tar.gz
yuzu-050c7608225502662d495357d55327b42b3c7b33.tar.xz
yuzu-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.
-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
11 git clone --depth 1 file://$(readlink -e .) ${REV_NAME}-source 11 git clone --depth 1 file://$(readlink -e .) ${REV_NAME}-source
12 tar -cJvf "${REV_NAME}-source.tar.xz" ${REV_NAME}-source 12 tar -cJvf "${REV_NAME}-source.tar.xz" ${REV_NAME}-source
13 cp -v "${REV_NAME}-source.tar.xz" "$DIR_NAME" 13 cp -v "${REV_NAME}-source.tar.xz" "$DIR_NAME"
14 cp -v "${REV_NAME}-source.tar.xz" "${ARTIFACTS_DIR}/"
14fi 15fi
15 16
16tar $COMPRESSION_FLAGS "$ARCHIVE_NAME" "$DIR_NAME" 17tar $COMPRESSION_FLAGS "$ARCHIVE_NAME" "$DIR_NAME"