mirror of
https://github.com/dani-garcia/bw_web_builds.git
synced 2025-01-12 20:57:18 +03:00
commit
e5bec691c7
1 changed files with 3 additions and 3 deletions
|
@ -76,10 +76,10 @@ npm run dist
|
|||
#find build -name "*.map" -delete
|
||||
|
||||
# Prepare the final archives
|
||||
cd build
|
||||
tar -czvf "../../$OUTPUT_NAME" ./* --owner=0 --group=0
|
||||
mv build web-vault
|
||||
tar -czvf "../$OUTPUT_NAME" web-vault --owner=0 --group=0
|
||||
|
||||
cd ../..
|
||||
cd ..
|
||||
|
||||
if [[ $UPLOAD_VAULT =~ ^[Yy]$ ]]
|
||||
then
|
||||
|
|
Loading…
Reference in a new issue