mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
switching over to using GITHUB_PATH
This commit is contained in:
4
.github/workflows/exp.yml
vendored
4
.github/workflows/exp.yml
vendored
@@ -35,7 +35,9 @@ jobs:
|
||||
|
||||
- name: Debugging Path
|
||||
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
|
||||
run: ResoureHacker -help
|
||||
|
||||
Reference in New Issue
Block a user