From f11acca25f45e3c9711ccbf6b8f7ad1a35823371 Mon Sep 17 00:00:00 2001 From: "log :3" <65839350+logzinga@users.noreply.github.com> Date: Thu, 17 Nov 2022 19:20:23 +1100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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