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

- name: Save Commit SHA
Expand All @@ -64,8 +62,7 @@ jobs:
run: echo "${{ github.sha }}"

- name: Restore project files
uses: actions/cache/restore@v4
id: restore-cache
uses: actions/cache@v3
with:
path: ./
key: simona-${{ github.sha }}
Expand Down

0 comments on commit a6ee586

Please sign in to comment.