Try to tar the dist.
This commit is contained in:
@ -69,8 +69,10 @@ echo "remove pack"
|
|||||||
rm -rf $distPath/pack
|
rm -rf $distPath/pack
|
||||||
|
|
||||||
echo "compress to tar.gz"
|
echo "compress to tar.gz"
|
||||||
echo "tar -zcvf $distFolder/$FINAL_NAME $distPath"
|
echo "tar -zcvf $distFolder/$FINAL_NAME ./$VERSION_NAME"
|
||||||
tar -zcvf $distFolder/$FINAL_NAME $distPath
|
cd $distPath
|
||||||
|
cd ..
|
||||||
|
tar -zcvf $distFolder/$FINAL_NAME ./$VERSION_NAME
|
||||||
|
|
||||||
cd $PRE_DIR
|
cd $PRE_DIR
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user