From 4e09debaeb76bf1b5167f8ea7284fab55d2a297f Mon Sep 17 00:00:00 2001 From: Who is my Name! Date: Wed, 22 Feb 2023 15:09:44 +0100 Subject: [PATCH] print artifacts --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e36c72d..4a17266 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -69,6 +69,9 @@ jobs: runs-on: [ubuntu-latest] needs: build steps: + - name: Print Artifacts + run: ls -lah ${{ github.workspace }} + # add Releases - name: Release uses: ncipollo/release-action@main