From 17ee3455337e44dc36b3bb8cd37335c600c77a4a Mon Sep 17 00:00:00 2001 From: AKuHAK Date: Thu, 2 Jul 2020 10:40:57 +0300 Subject: [PATCH] Update main.yml Workaround: rename folder to be the same structure so matrix will work. --- .github/workflows/main.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 30d1063..0ec73c1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,8 +17,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Install genisoimage - run: sudo apt-get install genisoimage + - name: Install genisoimage and rename folder + run: | + sudo apt-get install genisoimage + mv "Filesystems/3.10 + 3.11 hybrid/" "Filesystems/3.10 modified for the hybrid/" - name: Build working-directory: "PAYLOADS/PAYLOAD ${{ matrix.version }}"