Skip to content

Commit 2799091

Browse files
Try to get publish working
1 parent 5b38f1b commit 2799091

7 files changed

Lines changed: 464 additions & 8 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ jobs:
5151
env:
5252
Tests1: Tests/bin/${{ env.BuildTarget }}/ICSharpCode.CodeConverter.Tests.dll
5353

54+
- name: Run vitest
55+
working-directory: Web
56+
run: npm test -- --run
57+
5458
- name: Upload NuGet package
5559
uses: actions/upload-artifact@v4
5660
with:
@@ -70,7 +74,7 @@ jobs:
7074
uses: actions/upload-artifact@v4
7175
with:
7276
name: ICSharpCode.CodeConverter.Web.${{ env.BuildVersion }}.zip
73-
path: Web/bin/${{ env.BuildTarget }}/publish/
77+
path: web/dist/
7478
- name: Upload Function
7579
uses: actions/upload-artifact@v4
7680
with:

0 commit comments

Comments
 (0)