From 6c5eee361c4ee1cb66b7dbcf7fb564615c40e134 Mon Sep 17 00:00:00 2001 From: Tommaso Chiti Date: Sun, 9 May 2021 10:37:20 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 62d63a1..aaec0d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,17 +21,17 @@ jobs: steps: - uses: actions/checkout@v2 - name: Creating workspace. - - run: mkdir -p /tmp/archlive/airootfs/root/ + run: mkdir -p /tmp/archlive/airootfs/root/ - name: Copying easy-arch in the workspace. - - run: cp easy-arch.sh /tmp/archlive/airootfs/root/ + run: cp easy-arch.sh /tmp/archlive/airootfs/root/ - name: Updating container. - - run: pacman -Sy + run: pacman -Sy - name: Installing needed tools. - - run: pacman --noconfirm -S git archiso + run: pacman --noconfirm -S git archiso - name: Copying profile inside the workspace. - - run: cp -r /usr/share/archiso/configs/releng/* /tmp/archlive + run: cp -r /usr/share/archiso/configs/releng/* /tmp/archlive - name: Creating the ISO. - - run: mkarchiso -v -w /tmp/archlive/work/ -o /tmp/archlive/out /tmp/archlive + run: mkarchiso -v -w /tmp/archlive/work/ -o /tmp/archlive/out /tmp/archlive - uses: actions/upload-artifact@v2 with: name: Arch Live ISO