actions / upload-artifact

MIT License
3.16k stars 710 forks source link

[bug] [windows] Upload of files from different drives should work #431

Open koppor opened 1 year ago

koppor commented 1 year ago

What happened?

I have following upload configuration (minimized)

      - uses: actions/upload-artifact@v3
        with:
          path: |
            "*.log"
            miktex-report.txt
            C:\\Users\\runneradmin\\AppData\\Local\\MiKTeX\\miktex\\log

When I execute, the action, I get

Error: The rootDirectory: D:\a\mwe-miktex\mwe-miktex is not a parent directory of the file: C:\Users\runneradmin\AppData\Local\MiKTeX\miktex\log\initexmf.log

This is true, but there should be no error.

What did you expect to happen?

Artifact created with

How can we reproduce it?

Anything else we need to know?

No response

What version of the action are you using?

v3

What are your runner environments?

window

Are you on GitHub Enterprise Server? If so, what version?

No response