Skip to content

Commit 1daf4d0

Browse files
committed
fix UI release 2
1 parent 9bb79f9 commit 1daf4d0

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/Release.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,9 @@ jobs:
3737
submodules: recursive
3838
- name: Publish CLI Binaries
3939
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
4443
- name: Release Windows-CLI-x64 Binary
4544
uses: actions/upload-release-asset@v1
4645
env:
@@ -79,7 +78,6 @@ jobs:
7978
submodules: recursive
8079
- name: Publish Windows-UI-x64 Binary
8180
run: |
82-
dotnet build PixelGraph.Rendering -c Release
8381
dotnet publish PixelGraph.UI -c Release -r win-x64 -o publish/win-ui-x64 -p:PublishSingleFile=true --self-contained false
8482
dotnet publish PixelGraph.UI -c ReleaseNoRender -r win7-x64 -o publish/wine-ui-x64 -p:PublishReadyToRun=true -p:PublishReadyToRunShowWarnings=true --self-contained
8583
- name: Archive Release

0 commit comments

Comments
 (0)