Skip to content

Commit 67cdb5f

Browse files
committed
workflow: adjust upload depth
1 parent da2bf96 commit 67cdb5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/upload-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- completed
1010

1111
jobs:
12-
pubilsh:
12+
build-and-upload:
1313
if: >
1414
github.repository == 'vuejs/core' &&
1515
github.event.workflow_run.event == 'push' &&
@@ -39,4 +39,4 @@ jobs:
3939
uses: actions/upload-artifact@v4
4040
with:
4141
name: packages
42-
path: packages/**/dist/*
42+
path: packages/*/dist/*

0 commit comments

Comments
 (0)