Commit 8f1165d
authored
fix(tests): Missing artifacts (include-hidden-files) (#699)
`upload-artifact` updated behavior: Hidden Files will be excluded by
default
actions/upload-artifact#602
Need to include
```yaml
include-hidden-files: true
```1 parent f1665f3 commit 8f1165d
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
0 commit comments