Daniel Collins
Results
1
comments of
Daniel Collins
The environment is likely lost when the subprocess is kicked off by the runner. Possibly try something like: ``` jobs: build: runs-on: windows-latest steps: - run: | echo "C:\some\dir" >>...