mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-02 16:49:04 +00:00
Update pre-upload.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user