Update main.yml

Workaround: rename folder to be the same structure so matrix will work.
This commit is contained in:
AKuHAK 2020-07-02 10:40:57 +03:00 committed by GitHub
parent 7c2ef76efb
commit 17ee345533
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}"