1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-02 08:40:08 +01:00

trying to get the scripts directory thing to work

This commit is contained in:
Joseph Flinn 2021-01-07 19:41:07 +00:00
parent de76d31e69
commit b7e0a998ad

View File

@ -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