Commit 1443a3f
Yanjun
fix(ci): upload-artifact include-hidden-files for .dist/
The v0.8.4 root-cleanup renamed dist/ → .dist/. The
actions/upload-artifact@v7 action defaults to include-hidden-files:
false, which made the "Upload artifacts" step refuse the .dist/ path
with "No files were found". Set include-hidden-files: true so the
hidden directory is honored.1 parent 4e596c6 commit 1443a3f
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
0 commit comments