From 3e55581f2ab5c89fb787d501eddc003d20b757ab Mon Sep 17 00:00:00 2001 From: Oliver Sayers Date: Sun, 24 Sep 2023 22:12:13 +0100 Subject: [PATCH] List files - why is logo.svg missing? --- .github/workflows/release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d90e884..e2efc42 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,6 +21,12 @@ jobs: run: | sed -i "s/#{GH_COMMIT_HASH}#/${{ github.sha }}/g" src/components/footer/index.svelte + - name: DEBUG list files and folders 📂 + run: | + ls -la + ls -la public + ls -la src + - name: Install and Build 🔧 run: | npm ci