mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-29 07:26:22 +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
|
name: dist-ubuntu-latest-18
|
||||||
path: dist.zip
|
path: dist.zip
|
||||||
- name: unzip artifact
|
- name: unzip artifact
|
||||||
run: unzip dist.zip dist
|
run: unzip ./dist.zip
|
||||||
- name: Deploy to S3
|
- name: Deploy to S3
|
||||||
run: npm run deploy:s3
|
run: npm run deploy:s3
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user