ci(release): 🐛 fix workflow error
fix a bug where client.zip existed
This commit is contained in:
parent
9dd58f1d2c
commit
8cf5a2e14c
1 changed files with 8 additions and 0 deletions
8
.github/workflows/publish.yml
vendored
8
.github/workflows/publish.yml
vendored
|
|
@ -31,6 +31,14 @@ jobs:
|
||||||
cd client
|
cd client
|
||||||
ls
|
ls
|
||||||
ng build ${{ inputs.project_name }}
|
ng build ${{ inputs.project_name }}
|
||||||
|
- name: Remove Old Client Zip
|
||||||
|
run: |
|
||||||
|
pwd
|
||||||
|
cd client/dist/
|
||||||
|
ls
|
||||||
|
rm -f client.zip
|
||||||
|
rm -rf client
|
||||||
|
ls
|
||||||
- name: Zip files
|
- name: Zip files
|
||||||
uses: vimtor/action-zip@v1.2
|
uses: vimtor/action-zip@v1.2
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue