From 5f160561da4bb559422b3e957a257b3dc041a4eb Mon Sep 17 00:00:00 2001 From: lingbopro Date: Mon, 20 Jan 2025 20:32:55 +0800 Subject: [PATCH] ci: build reusable workflow now will upload dist folder instead of whole repo --- .github/workflows/reusable-build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable-build.yaml b/.github/workflows/reusable-build.yaml index 0e313bd..f3fce5b 100644 --- a/.github/workflows/reusable-build.yaml +++ b/.github/workflows/reusable-build.yaml @@ -15,7 +15,7 @@ on: default: 9.12.3 outputs: artifact-url: - description: Artifact URL of the builded repo + description: Artifact URL of the build result (dist folder) value: ${{ jobs.build.outputs.artifact-url }} jobs: @@ -46,4 +46,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: build-result - path: ./ + path: ./dist