Change the name of the zip

remotes/remote_mirror_8/master
Mike Koch 7 年前
父节点 7213f77254
当前提交 a2b44cd288

@ -7,12 +7,10 @@ TARGETDIR=$VERSION_NUMBER;for file in *;do test "$file" != "$TARGETDIR" && cp -r
# Remove files that we don't want to bundle
cd $VERSION_NUMBER
rm -rf ci
#rm .gitignore
#rm .gitlab-ci.yml
rm -rf .git
rm apidoc.json
rm CONTRIBUTING.md
cd ../
zip -r release.zip $VERSION_NUMBER
zip -r $VERSION_NUMBER.zip $VERSION_NUMBER
rm -rf $VERSION_NUMBER
正在加载...
取消
保存