|
82 | 82 | uses: actions/cache@v4
|
83 | 83 | with:
|
84 | 84 | path: ./delphifmx/__init__.pyi
|
85 |
| - key: ${{ runner.os }}-cache-${{ hashFiles('.\delphifmx\*') }} |
| 85 | + key: ${{ runner.os }}-cache-${{ hashFiles('./delphifmx/*') }} |
86 | 86 |
|
87 | 87 | build_stubs_macos:
|
88 | 88 | name: Build FMX Stubs MacOS
|
@@ -123,7 +123,7 @@ jobs:
|
123 | 123 | uses: actions/cache@v4
|
124 | 124 | with:
|
125 | 125 | path: ./delphifmx/__init__.pyi
|
126 |
| - key: ${{ runner.os }}-cache-${{ hashFiles('.\delphifmx\*') }} |
| 126 | + key: ${{ runner.os }}-cache-${{ hashFiles('./delphifmx/*') }} |
127 | 127 | enableCrossOsArchive: true
|
128 | 128 |
|
129 | 129 | #This build makes delphifmx available for Android
|
@@ -269,7 +269,7 @@ jobs:
|
269 | 269 | uses: actions/cache@v4
|
270 | 270 | with:
|
271 | 271 | path: ./delphifmx/__init__.pyi
|
272 |
| - key: ${{ runner.os }}-cache-${{ hashFiles('.\delphifmx\*') }} |
| 272 | + key: ${{ runner.os }}-cache-${{ hashFiles('./delphifmx/*') }} |
273 | 273 | restore-keys: |
|
274 | 274 | ${{ runner.os }}-
|
275 | 275 |
|
@@ -312,7 +312,7 @@ jobs:
|
312 | 312 | uses: actions/cache@v4
|
313 | 313 | with:
|
314 | 314 | path: ./delphifmx/__init__.pyi
|
315 |
| - key: ${{ runner.os }}-cache-${{ hashFiles('.\delphifmx\*') }} |
| 315 | + key: ${{ runner.os }}-cache-${{ hashFiles('./delphifmx/*') }} |
316 | 316 | restore-keys: |
|
317 | 317 | ${{ runner.os }}-
|
318 | 318 | enableCrossOsArchive: true
|
@@ -356,7 +356,7 @@ jobs:
|
356 | 356 | uses: actions/cache@v4
|
357 | 357 | with:
|
358 | 358 | path: ./delphifmx/__init__.pyi
|
359 |
| - key: ${{ runner.os }}-cache-${{ hashFiles('.\delphifmx\*') }} |
| 359 | + key: ${{ runner.os }}-cache-${{ hashFiles('./delphifmx/*') }} |
360 | 360 | restore-keys: |
|
361 | 361 | ${{ runner.os }}-
|
362 | 362 | enableCrossOsArchive: true
|
|
0 commit comments