summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Harkness <me@bearbin.net>2020-08-20 23:09:54 +0200
committerGitHub <noreply@github.com>2020-08-20 23:09:54 +0200
commitb230b547b68100f93cf0aec14e73c5e741da2a18 (patch)
tree17b2bd81a04874df5263a8af851fa0197e1e2bf0
parentExclude .git only, mac has inferior tar (diff)
downloadcuberite-b230b547b68100f93cf0aec14e73c5e741da2a18.tar
cuberite-b230b547b68100f93cf0aec14e73c5e741da2a18.tar.gz
cuberite-b230b547b68100f93cf0aec14e73c5e741da2a18.tar.bz2
cuberite-b230b547b68100f93cf0aec14e73c5e741da2a18.tar.lz
cuberite-b230b547b68100f93cf0aec14e73c5e741da2a18.tar.xz
cuberite-b230b547b68100f93cf0aec14e73c5e741da2a18.tar.zst
cuberite-b230b547b68100f93cf0aec14e73c5e741da2a18.zip
-rwxr-xr-xjenkinsbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkinsbuild.sh b/jenkinsbuild.sh
index 3949ae386..35ad2a5f1 100755
--- a/jenkinsbuild.sh
+++ b/jenkinsbuild.sh
@@ -77,7 +77,7 @@ echo Cuberite "$CUBERITE_BUILD_SERIES_NAME-$CUBERITE_BUILD_ID\n$BUILD_URL" > Ser
# T: files-from (list of server files accepted for release archives)
# f: file (output file location)
pushd Server
-tar -hzcv -T Install/UnixExecutables.list --exclude .git -f ../Cuberite.tar.gz
+tar -hzcv --exclude .git -T Install/UnixExecutables.list -f ../Cuberite.tar.gz
popd
sha1sum Cuberite.tar.gz > Cuberite.tar.gz.sha1