Skip to content

Commit 291b42f

Browse files
committed
ci: fix artifact output
1 parent 4749dce commit 291b42f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
- name: Archive production artifacts
3030
uses: actions/upload-artifact@v2
3131
with:
32-
name: dist
33-
path: dist
32+
name: build
33+
path: build

0 commit comments

Comments
 (0)