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 47dc2b2 commit f623598
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:
ls -la
- name: Cache project files
uses: actions/cache@v3
uses: actions/cache/save@v4
id: cache
with:
path: |
. #Cache all files
.
key: simona-${{ github.sha }}

- name: Save Commit SHA
Expand Down

0 comments on commit f623598

Please sign in to comment.