ci(release): 🐛 fix workflow error

fix a bug where client.zip existed
This commit is contained in:
pakintada@gmail.com 2024-04-01 09:50:47 +07:00
parent 9dd58f1d2c
commit 8cf5a2e14c

View file

@ -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: