Merge pull request #10 from mqus/zip

pack into subdirectory
This commit is contained in:
Daniel García 2020-02-22 15:25:46 +01:00 committed by GitHub
commit e5bec691c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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