mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 15:14:08 +00:00
fixed create-archive.sh
This commit is contained in:
parent
ff8c0809cb
commit
c0ceb92481
1 changed files with 3 additions and 1 deletions
|
@ -15,7 +15,9 @@ fi
|
|||
|
||||
git archive --format=tar.gz -o ${tag}.tar.gz --prefix=zap-$tag/ HEAD
|
||||
|
||||
if [ git diff --quiet ] ; then
|
||||
git diff --quiet
|
||||
|
||||
if [ $? -ne 0 ] ; then
|
||||
if [ "$override" == "--override" ] ; then
|
||||
./zig-out/bin/pkghash -g --tag=$tag --template=doc/release-template.md
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue