We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ec02eb commit 8a800ebCopy full SHA for 8a800eb
.github/workflows/ci-build.yml
@@ -24,11 +24,11 @@ jobs:
24
run: nuget restore WorkflowModerniser.sln
25
26
- name: Build solution
27
- run: msbuild WorkflowModerniser.sln -t:build -p:OutputPath=WorkflowModerniser\bin\Release -p:Configuration=Release
+ run: msbuild WorkflowModerniser\WorkflowModerniser.csproj -t:build -p:OutputPath=WorkflowModerniser\bin\Release -p:Configuration=Release
28
29
- uses: vimtor/action-zip@v1.2
30
with:
31
- files: WorkflowModerniser\bin\Release\
+ files: WorkflowModerniser\bin\Release\*
32
dest: WorkflowModerniser.zip
33
34
- uses: actions/upload-artifact@v4
0 commit comments