mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2025-09-20 10:07:08 +00:00
Merge branch 'staging' into dev
This commit is contained in:
commit
c85f53ff72
|
@ -75,7 +75,7 @@ for installed_package in ${installed_packages}; do
|
|||
while IFS= read -r f; do
|
||||
if test -f $f || test -L $f; then echo "${f:1}"; fi; #${f:1} removes the leading slash that Tar disallows
|
||||
done |
|
||||
sudo xargs tar -cf "${cache_filepath}" -C /
|
||||
sudo xargs tar -cf "${cache_filepath}" -C /
|
||||
log " done (compressed size $(du -h "${cache_filepath}" | cut -f1))."
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue