Change the name of the zip
This commit is contained in:
parent
7213f77254
commit
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
|
Loading…
x
Reference in New Issue
Block a user