Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: drop support for named pipes on Windows #962

Merged

Commits on Dec 14, 2021

  1. fix: drop support for named pipes on Windows

    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 actions/upload-artifact#281
    zregvart committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    fc13705 View commit details
    Browse the repository at this point in the history