fixing syntax problem

This commit is contained in:
Joseph Flinn 2021-01-07 16:26:02 +00:00
parent 75eb064015
commit 110c9ce4b5
1 changed files with 1 additions and 1 deletions

View File

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