From 0e724eac1354e77a59282e527b6575fd03f86014 Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Mon, 7 Aug 2023 02:20:33 +0000 Subject: [PATCH] Update cache/store/action.yaml --- cache/store/action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cache/store/action.yaml b/cache/store/action.yaml index af4b705..8e8aa6a 100644 --- a/cache/store/action.yaml +++ b/cache/store/action.yaml @@ -18,6 +18,6 @@ runs: - /mnt/swarm/gitea/runner/cache:/cache steps: - run: | - tar -czf "${{ inputs.out }}" ${{ inputs.pattern }} + tar -czf "archive.tar.gz" ${{ inputs.pattern }} mkdir -p "/cache/$GITHUB_REPOSITORY/${{ inputs.key }}" - mv "${{ inputs.out }}" "/cache/$GITHUB_REPOSITORY/${{ inputs.key }}/" + mv "archive.tar.gz" "/cache/$GITHUB_REPOSITORY/${{ inputs.key }}/"