Skip to content

Commit 337fe4f

Browse files
authored
Update ci-build.yml
1 parent 8a800eb commit 337fe4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: nuget restore WorkflowModerniser.sln
2525

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

2929
- uses: vimtor/action-zip@v1.2
3030
with:

0 commit comments

Comments
 (0)