From 47dc2b26d30b55a8f8109760f55a36f25e1f0950 Mon Sep 17 00:00:00 2001 From: Philipp Schmelter Date: Fri, 4 Oct 2024 15:41:16 +0200 Subject: [PATCH] Cache Fix --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfc4c3f48b..bc2680d072 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,10 +41,11 @@ jobs: ls -la - name: Cache project files - uses: actions/cache/save@v4 + uses: actions/cache@v3 id: cache with: - path: ./ + path: | + . #Cache all files key: simona-${{ github.sha }} - name: Save Commit SHA