mirror of
https://github.com/dani-garcia/bw_web_builds.git
synced 2024-11-15 09:38:19 -07:00
Remove user and group info from tar.gz files
This commit is contained in:
parent
536e167238
commit
76e343e0d8
@ -78,7 +78,7 @@ find build -name "*.map" -delete
|
||||
|
||||
# Prepare the final archives
|
||||
cd build
|
||||
tar -czvf ../../$OUTPUT_NAME *
|
||||
tar -czvf ../../$OUTPUT_NAME * --owner=0 --group=0
|
||||
|
||||
cd ../..
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user