From 81a71f6d6d96622793cfe246a1bca55a4e275db6 Mon Sep 17 00:00:00 2001 From: DDSRem <1448139087@qq.com> Date: Fri, 16 Jun 2023 16:17:39 +0800 Subject: [PATCH] ci: test --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bbb60b39..c0c262e7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,13 +53,13 @@ jobs: - name: Build run: | - cd webui && pnpm build && zip -r dist.zip dist + cd webui && pnpm build - name: Upload artifact uses: actions/upload-artifact@v3 with: name: dist - path: webui/dist.zip + path: webui/dist build-docker: runs-on: ubuntu-latest @@ -135,7 +135,7 @@ jobs: - name: Unzip webui run: | - unzip backend/dist.zip/dist.zip -d backend/src/ + unzip backend/dist.zip -d backend/src/ - name: Build and push uses: docker/build-push-action@v4