debugging paths were added

This commit is contained in:
Joseph Flinn 2021-01-14 22:51:39 +00:00
parent e2cede1d3e
commit c575c7ce9a
1 changed files with 6 additions and 0 deletions

View File

@ -44,6 +44,8 @@ jobs:
New-Item -ItemType directory -Path .pkg-cache
Invoke-RestMethod -Uri $fetchedUrl -OutFile ".pkg-cache/fetched-v10.4.1-win-x64"
dir
dir .pkg-cache
- name: Download & Install RH
shell: pwsh
@ -60,10 +62,13 @@ jobs:
echo "WIN_PKG=$env:WIN_PKG" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
echo "version: $env:pkgVersion"
dir
if(Test-Path -Path $env:WIN_PKG) {
Write-Host "Path exists $env:WIN_PKG"
echo "VER_INFO=true" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
}
exit 1
env:
WIN_PKG: .pkg-cache/v2.5/fetched-v10.4.1-win-x64
@ -221,6 +226,7 @@ jobs:
# This process seems independent from the others
build_snap:
name: Build Snap
if: false
runs-on: ubuntu-latest
steps:
- name: Checkout repo