-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
I need to share around a small but heavily processed repository to multiple jobs,
runs-on: ubuntu-latest
steps:
- name: Cache Repository
uses: actions/cache@v2
with:
path: |
~/
!~/.git/
Fails with
Post job cleanup.
/usr/bin/tar --posix --use-compress-program zstd -T0 -cf cache.tzst -P -C /home/runner/work/xxx/xxx--files-from manifest.txt
/usr/bin/tar: ../../../work/_temp/6483fbb9-3579-4fb0-a582-3316b336d5a9/cache.tzst: file changed as we read it
Warning: Tar failed with error: The process '/usr/bin/tar' failed with exit code 1
jpalomar and jdanil
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working