diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9cf879e..82042d1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,14 +8,14 @@ jobs: name: BuildISO runs-on: ubuntu-18.04 steps: - - - run: git clone https://gitlab.archlinux.org/archlinux/archiso.git ~/archiso - - - run: git clone https://github.com/logzinga/elnathco.git - - - run: cp -r elnathco/isoprofile ~/iso - - - run: sudo ~/archiso/archiso/mkarchiso -v -w /tmp -o ~/out ~/iso/isoprofile + - name: archiso gitclone + run: git clone https://gitlab.archlinux.org/archlinux/archiso.git ~/archiso + - name: iso profile gitclone + run: git clone https://github.com/logzinga/elnathco.git ~/iso + - name: copy iso profile + run: cp -r elnathco/isoprofile ~/iso + - name: create iso + run: sudo ~/archiso/archiso/mkarchiso -v -w /tmp -o ~/out ~/iso/isoprofile