summaryrefslogtreecommitdiffstats
path: root/.ci/scripts/common/post-upload.sh
diff options
context:
space:
mode:
authorlat9nq <lat9nq@gmail.com>2022-07-31 07:25:40 +0200
committerlat9nq <lat9nq@gmail.com>2022-08-09 06:17:30 +0200
commit1f7e2d1cadf160d0d516567b6970cdd876c29c6d (patch)
tree855f8f6fba3a7ef213a7311dad53e61edc4b4233 /.ci/scripts/common/post-upload.sh
parentMerge pull request #8734 from liamwhite/bors-is-my-best-friend (diff)
downloadyuzu-1f7e2d1cadf160d0d516567b6970cdd876c29c6d.tar
yuzu-1f7e2d1cadf160d0d516567b6970cdd876c29c6d.tar.gz
yuzu-1f7e2d1cadf160d0d516567b6970cdd876c29c6d.tar.bz2
yuzu-1f7e2d1cadf160d0d516567b6970cdd876c29c6d.tar.lz
yuzu-1f7e2d1cadf160d0d516567b6970cdd876c29c6d.tar.xz
yuzu-1f7e2d1cadf160d0d516567b6970cdd876c29c6d.tar.zst
yuzu-1f7e2d1cadf160d0d516567b6970cdd876c29c6d.zip
Diffstat (limited to '')
-rw-r--r--.ci/scripts/common/post-upload.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/.ci/scripts/common/post-upload.sh b/.ci/scripts/common/post-upload.sh
index 7f910b2b3..576f1ffaa 100644
--- a/.ci/scripts/common/post-upload.sh
+++ b/.ci/scripts/common/post-upload.sh
@@ -8,7 +8,8 @@ cp LICENSE.txt "$DIR_NAME"
cp README.md "$DIR_NAME"
if [[ -z "${NO_SOURCE_PACK}" ]]; then
- tar -cJvf "${REV_NAME}-source.tar.xz" src externals CMakeLists.txt README.md LICENSE.txt
+ 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"
fi