1
0
Fork 0
toolkit/.github/workflows
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
..
artifact-tests.yml fix: drop support for named pipes on Windows (#962) 2021-12-14 15:50:50 -05:00
audit.yml Resolve vulnerabilities found by `npm audit` (#846) 2021-06-16 09:20:08 -04:00
cache-tests.yml Set main as the default branch (#527) 2020-07-21 11:33:05 -04:00
codeql.yml Only run codeql on main branch pushes (#826) 2021-06-01 10:11:52 -04:00
releases.yml Update releases.yml (#960) 2021-12-07 10:38:25 -05:00
unit-tests.yml Set main as the default branch (#527) 2020-07-21 11:33:05 -04:00
update-github.yaml Run update octokit on workflow_dispatch 2021-04-02 12:08:46 -04:00