You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is not a clear approach on how to work around this or force it to tar up the files.
I've tried force killing the running process before calling actions/cache/save and it complains files are being changed. I don't understand how best to debug this but seems like with the compression program used.
There needs to be a verbose option to see what's happening under the hood to better understand why this fails the workflow.
/usr/bin/tar --posix -cf cache.tzst --exclude cache.tzst -P -C /home/github/actions-runner/_work/artifacts --files-from manifest.txt --use-compress-program zstdmt/usr/bin/tar: artifacts/: file changed as we read itWarning: Failed to save: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 1Warning: Cache save failed.
There is not a clear approach on how to work around this or force it to tar up the files.
I've tried force killing the running process before calling actions/cache/save and it complains files are being changed. I don't understand how best to debug this but seems like with the compression program used.
There needs to be a verbose option to see what's happening under the hood to better understand why this fails the workflow.
Configuration used:
The text was updated successfully, but these errors were encountered: