.github: make use of working-directory
One can specify working directory of a step, no by cd foo inside of the run. See also https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstepsrun
cd foo
.github: make use of working-directory
One can specify working directory of a step, no by
cd fooinside ofthe run. See also
https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstepsrun