1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-16 02:27:00 +02:00

adding pwsh PWD

This commit is contained in:
Joseph Flinn 2021-01-07 16:48:17 +00:00
parent ec41078200
commit 8d37a1a11a

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