New build design

This commit is contained in:
Alexey Pustovalov 2021-10-08 12:31:16 +02:00
parent 18e1207070
commit 7fb4f629c3

View File

@ -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"
}