From 9f449f4b55d7466f08c0cd6f14002c77158f2cf1 Mon Sep 17 00:00:00 2001 From: Julian Schuler Date: Fri, 21 Jun 2024 00:04:09 +0200 Subject: [PATCH] Show path and files --- .github/workflows/cicd.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index c42507f..2db23fe 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -47,6 +47,10 @@ jobs: uses: actions/download-artifact@v4 with: name: all + - name: Show files + run: | + pwd + ls - name: Checkout repository uses: actions/checkout@v4 with: