From 1da4b44a252ef22d1df6824a91bece1710943918 Mon Sep 17 00:00:00 2001 From: mitsugu oyama Date: Tue, 13 Aug 2024 01:20:27 +0900 Subject: [PATCH] change deploy.yml --- .github/workflows/deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9e66fbb..712e9c3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -122,6 +122,10 @@ jobs: needs: zip runs-on: ubuntu-latest steps: + - name: List ZIP files + run: ls -la artifacts/zipped-artifacts/ + shell: bash + - name: Upload ZIP files uses: actions/upload-artifact@v4 with: