Skip to content

Commit

Permalink
Cache Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippSchmelter committed Oct 4, 2024
1 parent 21835f8 commit 47dc2b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 47dc2b2

Please sign in to comment.