File tree 1 file changed +3
-5
lines changed 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 37
37
submodules : recursive
38
38
- name : Publish CLI Binaries
39
39
run : |
40
- cd PixelGraph.CLI
41
- dotnet publish -c Release -r win-x64 -o ../publish/win-cli-x64 -p:PublishSingleFile=true --self-contained false
42
- dotnet publish -c Release -r linux-x64 -o ../publish/linux-cli-x64 -p:PublishSingleFile=true --self-contained false
43
- dotnet publish -c Release -r osx-x64 -o ../publish/osx-cli-x64 -p:PublishSingleFile=true --self-contained false
40
+ dotnet publish PixelGraph.CLI -c Release -r win-x64 -o ../publish/win-cli-x64 -p:PublishSingleFile=true --self-contained false
41
+ dotnet publish PixelGraph.CLI -c Release -r linux-x64 -o ../publish/linux-cli-x64 -p:PublishSingleFile=true --self-contained false
42
+ dotnet publish PixelGraph.CLI -c Release -r osx-x64 -o ../publish/osx-cli-x64 -p:PublishSingleFile=true --self-contained false
44
43
- name : Release Windows-CLI-x64 Binary
45
44
uses : actions/upload-release-asset@v1
46
45
env :
79
78
submodules : recursive
80
79
- name : Publish Windows-UI-x64 Binary
81
80
run : |
82
- dotnet build PixelGraph.Rendering -c Release
83
81
dotnet publish PixelGraph.UI -c Release -r win-x64 -o publish/win-ui-x64 -p:PublishSingleFile=true --self-contained false
84
82
dotnet publish PixelGraph.UI -c ReleaseNoRender -r win7-x64 -o publish/wine-ui-x64 -p:PublishReadyToRun=true -p:PublishReadyToRunShowWarnings=true --self-contained
85
83
- name : Archive Release
You can’t perform that action at this time.
0 commit comments