File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed
Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change 1- name : .NET
1+ name : CI BUILD
22
33on :
44 push :
2424 run : nuget restore WorkflowModerniser.sln
2525
2626 - name : Build solution
27- run : msbuild WorkflowModerniser.sln -t:publish -property:Configuration=Release
27+ run : msbuild WorkflowModerniser\WorkflowModerniser.csproj -t:build -p:OutputPath=bin\Release -p:Configuration=Release
28+
29+ - uses : vimtor/action-zip@v1.2
30+ with :
31+ files : WorkflowModerniser\bin\Release\
32+ dest : WorkflowModerniser.zip
2833
2934 - uses : actions/upload-artifact@v4
3035 with :
3136 name : WorkflowModerniser
32- path : WorkflowModerniser\bin\Release\app.publish\
37+ path : WorkflowModerniser.zip
38+
39+ - name : Release
40+ uses : softprops/action-gh-release@v2
41+ if : startsWith(github.ref, 'refs/tags/v')
42+ with :
43+ files : WorkflowModerniser.zip
You can’t perform that action at this time.
0 commit comments