mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 01:46:51 +01:00
unzip fix
This commit is contained in:
parent
d8fa1ff36d
commit
50a17fb07a
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user