From f1d7e5475ca322af9380d9f86269feb7bc0cc8bf Mon Sep 17 00:00:00 2001 From: francovaro Date: Fri, 2 Feb 2024 12:12:52 +0100 Subject: [PATCH] Debug for artifact --- .github/workflows/pack.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pack.yml b/.github/workflows/pack.yml index 9074104..f216006 100644 --- a/.github/workflows/pack.yml +++ b/.github/workflows/pack.yml @@ -43,10 +43,11 @@ jobs: gen-pack-script: ./gen_pack.sh gen-pack-output: ./output - - uses: actions/download-artifact@v4 + - name: Download artifact + uses: actions/download-artifact@v4 id: download-artifact - with: - name: artifact.zip + - name: List files + run: ls -R - name: Upload release asset id: upload-release-asset