From a5444b74503a3d014fa9358fe775e96fa78de12e Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Mon, 7 Aug 2023 03:00:51 +0000 Subject: [PATCH] Update cache/restore/action.yaml --- cache/restore/action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cache/restore/action.yaml b/cache/restore/action.yaml index c950194..26225cd 100644 --- a/cache/restore/action.yaml +++ b/cache/restore/action.yaml @@ -12,9 +12,9 @@ runs: container: image: alpine volumes: - - /mnt/cache:/mnt/cache + - /mnt/swarm/gitea/runner/cache:/cache steps: - run: | - mv "/mnt/cache/$GITHUB_REPOSITORY/${{ inputs.key }}/archive.tar.gz" . && \ + mv "/cache/$GITHUB_REPOSITORY/${{ inputs.key }}/archive.tar.gz" . && \ tar -xzf "archive.tar.gz" || \ echo "Cache not found" \ No newline at end of file