From 7fb4f629c3cbefd05100290b99da67a6315591f4 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Fri, 8 Oct 2021 12:31:16 +0200 Subject: [PATCH] New build design --- .github/workflows/images_build_windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/images_build_windows.yml b/.github/workflows/images_build_windows.yml index 8e7deee3a..943862990 100644 --- a/.github/workflows/images_build_windows.yml +++ b/.github/workflows/images_build_windows.yml @@ -38,7 +38,7 @@ jobs: - name: Check build.json file id: build_exists run: | - if (-not(Test-Path -Path $ConfigPath -PathType Leaf)) { + if (-not(Test-Path -Path "./build.json" -PathType Leaf)) { throw "::error::File build.json is missing" }