We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe0b752 commit 3445219Copy full SHA for 3445219
.github/workflows/ci.yml
@@ -25,3 +25,8 @@ jobs:
25
- run: npm run bundle
26
27
- run: npm test
28
+
29
+ - uses: actions/upload-artifact@v4
30
+ with:
31
+ name: wwwroot
32
+ path: www
0 commit comments