Update .github/workflows/Continues Integration.yaml
Some checks failed
Some checks failed
This commit is contained in:
parent
03b3efbb7a
commit
735ef9a87a
2
.github/workflows/Continues Integration.yaml
vendored
2
.github/workflows/Continues Integration.yaml
vendored
@ -96,7 +96,7 @@ jobs:
|
|||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: build-prod
|
name: build-prod
|
||||||
path: dist
|
path: dist.tar.gz
|
||||||
|
|
||||||
- name: Extract artifacts
|
- name: Extract artifacts
|
||||||
run: tar -xzvf dist.tar.gz
|
run: tar -xzvf dist.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user