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