Skip to content

Commit

Permalink
Fix search pattern on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Nov 6, 2019
1 parent 09ae6c6 commit a493431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
- uses: actions/cache@v1
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
key: ${{ runner.os }}-composer-${{ hashFiles('**\composer.lock') }}
restore-keys: |
${{ runner.os }}-composer-
Expand Down

0 comments on commit a493431

Please sign in to comment.