We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2910ac commit 4c15f5cCopy full SHA for 4c15f5c
.github/workflows/develop.yaml
@@ -52,7 +52,7 @@ jobs:
52
with:
53
path: |
54
C:\php\php-*.zip
55
- key: ${{ runner.os }}-php
+ key: ${{ runner.os }}-${{ hashFiles('C:\php\php-*.zip') }}
56
57
- name: Debug before install
58
run: ls C:\php
0 commit comments