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