Commit e516398
committed
Fix hashFiles glob patterns in workflow
Changes:
- Split invalid '**/*.gradle*' into explicit '**/*.gradle' and '**/*.gradle.kts'
- Changed 'gradle.properties' to '**/gradle.properties' to catch all instances
- Fixed buildSrc path from '**/buildSrc/**/*.kt' to 'apps/buildSrc/src/**/*.kt'
All patterns now match actual files in the repository:
- 24 .gradle files
- 8 .gradle.kts files
- 2 gradle-wrapper.properties files
- 3 gradle.properties files
- 4 Kotlin files in apps/buildSrc/src/
This resolves the hashFiles parsing error in GitHub Actions.1 parent e362f7c commit e516398
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
| 261 | + | |
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
| |||
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
352 | | - | |
| 352 | + | |
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
| |||
0 commit comments