Skip to content

Commit 8b7188f

Browse files
committed
upload artifacts
1 parent 2fe0799 commit 8b7188f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ jobs:
1212
node-version: 18
1313
- run: npm ci
1414
- run: npm run build
15+
- uses: actions/upload-artifact@v2
16+
with:
17+
name: build
18+
path: dist

0 commit comments

Comments
 (0)