New build design

This commit is contained in:
Alexey Pustovalov 2021-10-08 12:30:24 +02:00
parent 891e70aa43
commit 18e1207070

View File

@ -38,10 +38,9 @@ jobs:
- name: Check build.json file
id: build_exists
run: |
if [[ ! -f "./build.json" ]]; then
echo "::error::File build.json is missing"
exit 1
fi
if (-not(Test-Path -Path $ConfigPath -PathType Leaf)) {
throw "::error::File build.json is missing"
}
- name: Prepare Operating System list
id: os