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 - name: Check build.json file
id: build_exists id: build_exists
run: | run: |
if [[ ! -f "./build.json" ]]; then if (-not(Test-Path -Path $ConfigPath -PathType Leaf)) {
echo "::error::File build.json is missing" throw "::error::File build.json is missing"
exit 1 }
fi
- name: Prepare Operating System list - name: Prepare Operating System list
id: os id: os