From b2deff58cc4968eaf4709e94ee6c04e6c1d878b2 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 19 Sep 2023 16:03:04 +0100 Subject: [PATCH] another unzip fix --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73f148ae..f1bd9ae2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -142,7 +142,6 @@ jobs: - uses: actions/download-artifact@v3 with: name: dist-ubuntu-latest-18 - path: dist.zip - name: unzip artifact run: unzip dist.zip - name: Deploy to S3