From 8635ba5f22607037c5fa96e74da2c8be02f0aaa9 Mon Sep 17 00:00:00 2001 From: Josh Shippam Date: Sun, 10 Sep 2023 02:16:41 +0100 Subject: [PATCH] Update pre-upload.sh --- .ci/common/pre-upload.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ci/common/pre-upload.sh b/.ci/common/pre-upload.sh index 650fbd2..2f65563 100755 --- a/.ci/common/pre-upload.sh +++ b/.ci/common/pre-upload.sh @@ -1,5 +1,7 @@ #!/bin/bash -ex +git config --global --add safe.directory /__w/threeSD/threeSD + GITDATE="`git show -s --date=short --format='%ad' | sed 's/-//g'`" GITREV="`git show -s --format='%h'`" if [[ $GITHUB_REF == refs/tags/* ]]; then