Commit 342ad7d
committed
Fix GitHub Actions workflow: Simplify hashFiles() syntax
- Change from hashFiles('Package.swift', 'Package@*.swift') to hashFiles('Package.swift')
- Fixes 'template is not valid' error on macOS runner
- hashFiles() doesn't support multiple glob patterns in GitHub Actions1 parent 40bfdd0 commit 342ad7d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments