From 80e57cb60c6225a83dc82b0424fb4299c94caefd Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Thu, 18 May 2023 16:21:42 +0000 Subject: [PATCH] ci: fix .out-of-tree.toml --- .github/workflows/ubuntu.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 8a75206..119b9e1 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -140,8 +140,7 @@ jobs: echo 'type = "${{ matrix.type }}"' >> .out-of-tree.toml echo 'script = "script.sh"' >> .out-of-tree.toml echo '[[supported_kernels]]' >> .out-of-tree.toml - echo 'distro_type = "${{ matrix.os.distro }}"' >> .out-of-tree.toml - echo 'distro_release = "${{ matrix.os.release }}"' >> .out-of-tree.toml + echo 'distro = { id = "${{ matrix.os.distro }}", release = "${{ matrix.os.release }}"' >> .out-of-tree.toml echo 'release_mask = ".*"' >> .out-of-tree.toml echo -e '#!/bin/sh\necho ok' >> script.sh