mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
debugging paths were added
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -44,6 +44,8 @@ jobs:
|
|||||||
|
|
||||||
New-Item -ItemType directory -Path .pkg-cache
|
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"
|
||||||
|
dir
|
||||||
|
dir .pkg-cache
|
||||||
|
|
||||||
- name: Download & Install RH
|
- name: Download & Install RH
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
@@ -60,10 +62,13 @@ jobs:
|
|||||||
echo "WIN_PKG=$env:WIN_PKG" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
|
echo "WIN_PKG=$env:WIN_PKG" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
|
||||||
echo "version: $env:pkgVersion"
|
echo "version: $env:pkgVersion"
|
||||||
|
|
||||||
|
dir
|
||||||
if(Test-Path -Path $env:WIN_PKG) {
|
if(Test-Path -Path $env:WIN_PKG) {
|
||||||
Write-Host "Path exists $env:WIN_PKG"
|
Write-Host "Path exists $env:WIN_PKG"
|
||||||
echo "VER_INFO=true" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
|
echo "VER_INFO=true" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
|
||||||
}
|
}
|
||||||
|
|
||||||
|
exit 1
|
||||||
env:
|
env:
|
||||||
WIN_PKG: .pkg-cache/v2.5/fetched-v10.4.1-win-x64
|
WIN_PKG: .pkg-cache/v2.5/fetched-v10.4.1-win-x64
|
||||||
|
|
||||||
@@ -221,6 +226,7 @@ jobs:
|
|||||||
# This process seems independent from the others
|
# This process seems independent from the others
|
||||||
build_snap:
|
build_snap:
|
||||||
name: Build Snap
|
name: Build Snap
|
||||||
|
if: false
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
|
|||||||
Reference in New Issue
Block a user