mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
adding RH to path
This commit is contained in:
parent
f4394559c1
commit
a117b11478
7
.github/workflows/exp.yml
vendored
7
.github/workflows/exp.yml
vendored
@ -30,5 +30,12 @@ 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: Debugging Path
|
||||
shell: pwsh
|
||||
run: echo $env:path
|
||||
|
||||
- name: ResourceHacker Test
|
||||
run: ResoureHacker -help
|
||||
|
Loading…
Reference in New Issue
Block a user