Skip to content
This repository was archived by the owner on May 21, 2022. It is now read-only.

Commit e0f8605

Browse files
authored
ci: fix build command
1 parent fd5afc3 commit e0f8605

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/md2docx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
run: dotnet test
2525

2626
- name: Build md2docx-csharp
27-
run: MSBuild.exe Solution.sln /p:Configuration=Release /p:Platform="Any CPU"
28-
27+
run: MSBuild.exe md2docx.sln /p:Configuration=Release /p:Platform="Any CPU"
28+
2929
- name: Upload Artifact
3030
uses: actions/upload-artifact@v1.0.0
3131
with:

0 commit comments

Comments
 (0)