Skip to content

Commit 8a800eb

Browse files
authored
Update ci-build.yml
1 parent 3ec02eb commit 8a800eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
run: nuget restore WorkflowModerniser.sln
2525

2626
- name: Build solution
27-
run: msbuild WorkflowModerniser.sln -t:build -p:OutputPath=WorkflowModerniser\bin\Release -p:Configuration=Release
27+
run: msbuild WorkflowModerniser\WorkflowModerniser.csproj -t:build -p:OutputPath=WorkflowModerniser\bin\Release -p:Configuration=Release
2828

2929
- uses: vimtor/action-zip@v1.2
3030
with:
31-
files: WorkflowModerniser\bin\Release\
31+
files: WorkflowModerniser\bin\Release\*
3232
dest: WorkflowModerniser.zip
3333

3434
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)