Skip to content

Commit dd3f82d

Browse files
committed
restore: delete artifact archive immediately
If we untar all and then delete all archive the action runner can run out of disk storage. Signed-off-by: Jan Fajerski <[email protected]>
1 parent 0af16b7 commit dd3f82d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/restore_artifacts/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ runs:
1515
for tar in .artifacts/*.tar
1616
do
1717
tar xvf $tar
18+
rm $tar
1819
done
19-
rm -v .artifacts/*.tar
2020
shell: bash

0 commit comments

Comments
 (0)