Skip to content

Commit 3445219

Browse files
committed
add publish artifact
1 parent fe0b752 commit 3445219

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,8 @@ jobs:
2525
- run: npm run bundle
2626

2727
- run: npm test
28+
29+
- uses: actions/upload-artifact@v4
30+
with:
31+
name: wwwroot
32+
path: www

0 commit comments

Comments
 (0)