adding pwsh PWD

This commit is contained in:
Joseph Flinn 2021-01-07 16:48:17 +00:00
parent ec41078200
commit 8d37a1a11a
1 changed files with 3 additions and 2 deletions

View File

@ -30,8 +30,9 @@ jobs:
- name: List RH
run: dir resource_hacker
- name: Adding RH path to dir
run: setx path "%path%;d:\\a\\cli\\cli\\resource_hacker"
- name: Get Current Directory
shell: pwsh
run: Get-Location
- name: Debugging Path
shell: pwsh