From b8ef20905dd0acaa69f8d8057c2c56a56498ad00 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Fri, 3 May 2024 14:33:17 -0700 Subject: [PATCH] Cleanup zip files --- .github/workflows/pr-sccache-restore/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-sccache-restore/action.yml b/.github/workflows/pr-sccache-restore/action.yml index 3679cf5d74f979..6c62d0e0de9f94 100644 --- a/.github/workflows/pr-sccache-restore/action.yml +++ b/.github/workflows/pr-sccache-restore/action.yml @@ -15,3 +15,4 @@ runs: # Is this the best way to clear the cache? rm -Rf .sccache/ unzip ${{ steps.download-artifact.outputs.filename }} + rm ${{ steps.download-artifact.outputs.filename }}