Updated build script

This commit is contained in:
Alexey Pustovalov 2021-10-09 10:14:15 +02:00
parent 46f528ee08
commit e208124b28

View File

@ -47,7 +47,7 @@ jobs:
- name: Prepare Operating System list
id: os
run: |
os_list=$(jq -r '.["os-windows"] | keys | [ .[] | tostring ] | @json' ".\build.json")
os_list=$(jq -r '.["os-windows"] | keys | [ .[] | tostring ] | @json' "./build.json")
echo "::set-output name=list::$os_list"