1
0
Fork 0
toolkit/.github
Zoran Regvart 37f5a85219
fix: drop support for named pipes on Windows (#962)
Seems that folk are having issues with uploading 0-byte files from
Windows agents. This effectively removes the support for Windows for
uploading from named files that, due to `isFIFO` returning `false` on
Windows for named pipes created using MSYS2's `mkfifo` command, resorted
to checking if the file size is 0 - a common trait of named pipes.

See https://github.com/actions/upload-artifact/issues/281
2021-12-14 15:50:50 -05:00
..
ISSUE_TEMPLATE Update Bug Report Template (#466) 2020-05-19 13:43:20 -04:00
workflows fix: drop support for named pipes on Windows (#962) 2021-12-14 15:50:50 -05:00
CONTRIBUTING.md Redirect general feedback to the Community Forums (#447) 2020-05-07 10:24:11 -04:00