Skip to content

Commit

Permalink
ci: build reusable workflow now will upload dist folder instead of wh…
Browse files Browse the repository at this point in the history
…ole repo
  • Loading branch information
lingbopro committed Jan 20, 2025
1 parent a38ccd8 commit 5f16056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -46,4 +46,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: build-result
path: ./
path: ./dist

0 comments on commit 5f16056

Please sign in to comment.