Removed unnecessary zip in ci client build
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -59,7 +59,6 @@ jobs:
|
|||||||
cd client
|
cd client
|
||||||
rm -f .env && echo "VITE_APIURL=/api/v1" > .env.production
|
rm -f .env && echo "VITE_APIURL=/api/v1" > .env.production
|
||||||
npm run build
|
npm run build
|
||||||
npm run build.zip
|
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user