mirror of
https://github.com/bitwarden/browser.git
synced 2024-10-30 08:10:34 +01:00
remapping the WIN_PKG. The VER_INFO wasn't firing
This commit is contained in:
parent
302d078653
commit
478bcb3278
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
||||
$fetchedUrl = "https://github.com/vercel/pkg-fetch/releases/download/v2.5/uploaded-v2.5-node-v10.4.1-win-x64"
|
||||
|
||||
New-Item -ItemType directory -Path ./.pkg-cache
|
||||
Invoke-RestMethod -Uri $fetchedUrl -OutFile "./.pkg-cache/fetched-v10.4.1-win-x64"
|
||||
Invoke-RestMethod -Uri $fetchedUrl -OutFile ".pkg-cache/fetched-v10.4.1-win-x64"
|
||||
|
||||
- name: Download & Install RH
|
||||
shell: pwsh
|
||||
@ -64,7 +64,7 @@ jobs:
|
||||
echo "VER_INFO=true" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
|
||||
}
|
||||
env:
|
||||
WIN_PKG: C:/Users/runneradmin/.pkg-cache/v2.5/fetched-v10.4.1-win-x64
|
||||
WIN_PKG: D:/a/cli/cli/.pkg-cache/v2.5/fetched-v10.4.1-win-x64
|
||||
|
||||
- name: Setup Version Info
|
||||
shell: pwsh
|
||||
|
Loading…
Reference in New Issue
Block a user