Skip to content

Commit e01aaca

Browse files
committed
Add artifact name to upload in main workflow
1 parent 3de29cb commit e01aaca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ jobs:
6161
run: pnpm run build
6262
- uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
6363
with:
64-
path: |
65-
build
64+
path: build
65+
name: build
6666

6767
release:
6868
name: Release

0 commit comments

Comments
 (0)