From 25b161809ec7cc873ac71db49a1a1923b6567cdf Mon Sep 17 00:00:00 2001 From: "agile.zhou" Date: Mon, 11 Sep 2023 23:08:32 +0800 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5234b4f3..9c970b2f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest defaults: run: - working-directory: AgileConfig.Server.UI/react-ui-antd + working-directory: src/AgileConfig.Server.UI/react-ui-antd strategy: matrix: node-version: [16.x] @@ -29,7 +29,7 @@ jobs: - uses: actions/upload-artifact@v2 with: name: agileconfig-ui - path: AgileConfig.Server.UI/react-ui-antd/dist/ + path: src/AgileConfig.Server.UI/react-ui-antd/dist/ build-dotnet: needs: build-reactapp runs-on: ubuntu-latest @@ -47,7 +47,7 @@ jobs: - uses: actions/download-artifact@v2 with: name: agileconfig-ui - path: AgileConfig.Server.Apisite/wwwroot/ui + path: src/AgileConfig.Server.Apisite/wwwroot/ui - name: Push to Docker Hub uses: docker/build-push-action@v1 with: