From 4b8b2c3a331a6ef75d8e80d95bc32c455265a2fb Mon Sep 17 00:00:00 2001 From: "log :3" <65839350+logzinga@users.noreply.github.com> Date: Thu, 17 Nov 2022 19:31:06 +1100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e0e343c..b2ad00a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,9 +11,9 @@ jobs: - 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 - - name: copy iso profile - run: cp -r elnathco/isoprofile ~/iso + run: | + 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