From 35e36cc81b97654616108e69e14e4b429cfca684 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 19 Jun 2024 18:19:16 +0200 Subject: [PATCH] Copy common --- .github/workflows/core-aam.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/core-aam.yml b/.github/workflows/core-aam.yml index 38c95105c..749938fb4 100644 --- a/.github/workflows/core-aam.yml +++ b/.github/workflows/core-aam.yml @@ -32,6 +32,9 @@ jobs: sparse-checkout: | core-aam common + - name: Copy common + run: | + mv -r aria/common/** aria/core-aam/common/ - uses: w3c/spec-prod@v2 with: TOOLCHAIN: respec