From 6b8cffd8c1985b6edaa8ae03e646b19147255f31 Mon Sep 17 00:00:00 2001 From: JJ Kasper Date: Tue, 6 Oct 2020 10:09:00 -0500 Subject: [PATCH] Update workflow step to restore cache --- .github/workflows/build_test_deploy.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_test_deploy.yml b/.github/workflows/build_test_deploy.yml index 02cacac16397d..2ce0e8e95fa11 100644 --- a/.github/workflows/build_test_deploy.yml +++ b/.github/workflows/build_test_deploy.yml @@ -190,7 +190,11 @@ jobs: runs-on: ubuntu-latest needs: [publishRelease] steps: - - uses: actions/checkout@v2 + - uses: actions/cache@v2 + id: restore-build + with: + path: ./* + key: ${{ github.sha }} - run: ./release-stats.sh - uses: ./.github/actions/next-stats-action env: