From 3e45286ad69c4ff5330116330756b4464345f959 Mon Sep 17 00:00:00 2001 From: Tommaso Chiti Date: Wed, 3 Feb 2021 08:25:00 +0100 Subject: [PATCH] Listing files. --- .github/workflows/ISOBuilder.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ISOBuilder.yml b/.github/workflows/ISOBuilder.yml index 2f7d088..5fd8633 100644 --- a/.github/workflows/ISOBuilder.yml +++ b/.github/workflows/ISOBuilder.yml @@ -58,6 +58,9 @@ jobs: - name: Creating the new Arch Linux ISO. run: sudo mkisofs -lJR -o archlinux_easy.iso ~/archiso_new/ + - name: Debug + run: ls -la ~ ~/archiso_new/ ~/work/easy-arch/easy-arch + - uses: actions/upload-artifact@v2 with: name: Download ISO.