From b7e0a998ad9013a70de0e58482eed51bce60ba3f Mon Sep 17 00:00:00 2001 From: Joseph Flinn Date: Thu, 7 Jan 2021 19:41:07 +0000 Subject: [PATCH] trying to get the scripts directory thing to work --- .github/workflows/exp.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/exp.yml b/.github/workflows/exp.yml index 8a5512b..6cb8ae7 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