pack into subdirectory

This fixes #7
This commit is contained in:
mqus 2020-02-20 11:17:23 +01:00 committed by GitHub
parent 9648d630de
commit af77baf19c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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