From 5166aecc0dab42b3c060971be9949eefa5cba251 Mon Sep 17 00:00:00 2001 From: "log :3" <65839350+logzinga@users.noreply.github.com> Date: Thu, 17 Nov 2022 19:33:24 +1100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b2ad00a..6451632 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,11 +11,15 @@ jobs: - name: archiso gitclone run: git clone https://gitlab.archlinux.org/archlinux/archiso.git ~/archiso - name: iso profile gitclone - run: | + run: | + cd ~ git clone https://github.com/logzinga/elnathco.git - cp -r elnathco/isoprofile ~/iso - name: create iso - run: sudo ~/archiso/archiso/mkarchiso -v -w /tmp -o ~/out ~/iso/isoprofile + run: | + cp -r elnathco/isoprofile ~/iso + sudo ~/archiso/archiso/mkarchiso -v -w /tmp -o ~/out ~/iso/isoprofile + +