1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-07 09:31:31 +01:00

switching over to using GITHUB_PATH

This commit is contained in:
Joseph Flinn 2021-01-07 16:23:03 +00:00
parent a117b11478
commit 75eb064015

View File

@ -35,7 +35,9 @@ jobs:
- name: Debugging Path - name: Debugging Path
shell: pwsh shell: pwsh
run: echo $env:path run: |
echo "d:\a\cli\cli\resource_hacker" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
echo $env:GITHUB_PATH
- name: ResourceHacker Test - name: ResourceHacker Test
run: ResoureHacker -help run: ResoureHacker -help