actions / upload-artifact

MIT License
3.01k stars 683 forks source link

Document relative paths rooted against workspace #477

Open kireerik opened 6 months ago

kireerik commented 6 months ago
same as #318 The documentation currently states that "Relative paths are rooted against the current working directory". This can lead a caller to think that the [default working-directory](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#defaultsrun) applies to this action whereas it does not (the default working-directory only applies to the run steps). I reworded the sentence to state "Relative paths are rooted against the workspace." which I think is clearer. Fix #294 fix #246 fix #87

potentially resolves: