Update prod.yml
This commit is contained in:
parent
eb317ea373
commit
16dc3d4234
4
.github/workflows/prod.yml
vendored
4
.github/workflows/prod.yml
vendored
@ -74,6 +74,10 @@ jobs:
|
|||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: remove ./frontend/dist dir
|
||||||
|
run: |
|
||||||
|
rm -rf ./frontend/dist
|
||||||
|
|
||||||
- name: download frontend artifacts
|
- name: download frontend artifacts
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user