From 96c6b1dfe792b5eb72c1786523e17d346d8a9e68 Mon Sep 17 00:00:00 2001 From: "log :3" <65839350+logzinga@users.noreply.github.com> Date: Thu, 17 Nov 2022 19:40:05 +1100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b67197b..f30edc5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,11 +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 + run: git clone https://github.com/logzinga/elnathco.git ~/iso - name: create iso - run: | - cp -r elnathco/isoprofile ~/iso - sudo ~/archiso/archiso/mkarchiso -v -w /tmp -o ~/out ~/iso/isoprofile + run: sudo ~/archiso/archiso/mkarchiso -v -w /tmp -o ~/out ~/iso/isoprofile