diff --git a/.github/workflows/ISO-Builder.yml b/.github/workflows/ISO-Builder.yml index 19c2ba6..8be2dd4 100644 --- a/.github/workflows/ISO-Builder.yml +++ b/.github/workflows/ISO-Builder.yml @@ -28,7 +28,7 @@ jobs: - run: find . - run: cat /etc/os-release - run: ls -lah - - run: cp easy-arch.sh /tmp/archlive/airootfs/root/ + - run: mkdir -p /tmp/archlive/airootfs/root/ && cp easy-arch.sh /tmp/archlive/airootfs/root/ - run: cat /tmp/archlive/airootfs/root/.zprofile - run: pacman -Sy; pacman --noconfirm -S git archiso - run: cp -r /usr/share/archiso/configs/releng/* /tmp/archlive