From 50a17fb07a628c42d2ede4b00e7b0707434f451d Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 19 Sep 2023 15:30:55 +0100 Subject: [PATCH] unzip fix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2321d70..9204ac7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -144,7 +144,7 @@ jobs: name: dist-ubuntu-latest-18 path: dist.zip - name: unzip artifact - run: unzip dist.zip dist + run: unzip ./dist.zip - name: Deploy to S3 run: npm run deploy:s3 env: