We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a800eb commit 337fe4fCopy full SHA for 337fe4f
.github/workflows/ci-build.yml
@@ -24,7 +24,7 @@ jobs:
24
run: nuget restore WorkflowModerniser.sln
25
26
- name: Build solution
27
- run: msbuild WorkflowModerniser\WorkflowModerniser.csproj -t:build -p:OutputPath=WorkflowModerniser\bin\Release -p:Configuration=Release
+ run: msbuild WorkflowModerniser\WorkflowModerniser.csproj -t:build -p:OutputPath=bin\Release -p:Configuration=Release
28
29
- uses: vimtor/action-zip@v1.2
30
with:
0 commit comments