1
0
Fork 0

unzip fix

This commit is contained in:
Matthias Kretschmann 2023-09-19 15:30:55 +01:00
parent d8fa1ff36d
commit 50a17fb07a
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 1 additions and 1 deletions

View File

@ -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: