mirror of
https://github.com/dani-garcia/bw_web_builds.git
synced 2024-11-15 17:48:22 -07:00
parent
9648d630de
commit
af77baf19c
@ -76,10 +76,9 @@ npm run dist
|
||||
#find build -name "*.map" -delete
|
||||
|
||||
# Prepare the final archives
|
||||
cd build
|
||||
tar -czvf "../../$OUTPUT_NAME" ./* --owner=0 --group=0
|
||||
tar -czvf "../$OUTPUT_NAME" build --owner=0 --group=0
|
||||
|
||||
cd ../..
|
||||
cd ..
|
||||
|
||||
if [[ $UPLOAD_VAULT =~ ^[Yy]$ ]]
|
||||
then
|
||||
|
Loading…
Reference in New Issue
Block a user