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:
parent
de76d31e69
commit
b7e0a998ad
5
.github/workflows/exp.yml
vendored
5
.github/workflows/exp.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user