diff --git a/.github/workflows/exp.yml b/.github/workflows/exp.yml index 8a5512be5b7..6cb8ae786a4 100644 --- a/.github/workflows/exp.yml +++ b/.github/workflows/exp.yml @@ -25,13 +25,14 @@ jobs: - name: Download RH shell: pwsh run: | + cd scripts Invoke-WebRequest -Uri http://www.angusj.com/resourcehacker/resource_hacker.zip -OutFile "resource_hacker.zip" - Expand-Archive -Path resource_hacker.zip -DestinationPath scripts\resource_hacker + Expand-Archive -Path resource_hacker.zip -DestinationPath resource_hacker - name: Debugging Path shell: pwsh run: | - echo "D:\a\cli\cli\resource_hacker" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append + echo "D:\a\cli\cli\scripts\resource_hacker" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append echo $env:GITHUB_PATH - name: ResourceHacker Test