Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Feb 14, 2023
1 parent f94b724 commit 30c7abf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/cache@v3
with:
path: ./download_cache
key: compile-sh-cache-${{ hashFiles("compile.sh") }}
key: compile-sh-cache-${{ hashFiles('./compile.sh') }}
restore-keys: compile-sh-cache-

- name: Compile PHP
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
uses: actions/cache@v3
with:
path: ./download_cache
key: compile-sh-cache-${{ hashFiles("compile.sh") }}
key: compile-sh-cache-${{ hashFiles('./compile.sh') }}
restore-keys: compile-sh-cache-

- name: Compile PHP
Expand Down

0 comments on commit 30c7abf

Please sign in to comment.