mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 01:46:51 +01:00
another unzip fix
This commit is contained in:
parent
4d06f34237
commit
b2deff58cc
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -142,7 +142,6 @@ jobs:
|
|||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: dist-ubuntu-latest-18
|
name: dist-ubuntu-latest-18
|
||||||
path: dist.zip
|
|
||||||
- name: unzip artifact
|
- name: unzip artifact
|
||||||
run: unzip dist.zip
|
run: unzip dist.zip
|
||||||
- name: Deploy to S3
|
- name: Deploy to S3
|
||||||
|
Loading…
Reference in New Issue
Block a user