File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
installer/BambuCAM.Installer Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ jobs:
2525 run : |
2626 cd installer/BambuCAM.Installer
2727 dotnet publish -c Release -r win-x64 --self-contained true -p:PublishSingleFile=true
28- dir bin/Release/net8.0-windows/win-x64/publish # Korrigierter Pfad
28+ dir bin/Release/net8.0-windows/win-x64/publish # Debug output
2929
3030 - name : Create Release
3131 uses : softprops/action-gh-release@v1
3232 if : startsWith(github.ref, 'refs/tags/') # Nur bei Tags
3333 with :
3434 files : |
35- installer/BambuCAM.Installer/bin/Release/net8.0-windows/win-x64/publish/BambuCAM.Installer .exe
35+ installer/BambuCAM.Installer/bin/Release/net8.0-windows/win-x64/publish/BambuCAM Setup .exe
3636 draft : false
3737 prerelease : false
3838 env :
Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <OutputType >WinExe</OutputType >
44 <TargetFramework >net8.0-windows</TargetFramework >
5+ <Nullable >enable</Nullable >
56 <UseWPF >true</UseWPF >
6- <ApplicationIcon >Assets\setup-icon .ico</ApplicationIcon >
7+ <ApplicationIcon >Resources\bambucam .ico</ApplicationIcon >
78 <AssemblyName >BambuCAM Setup</AssemblyName >
8- <Version >1.0.0</Version >
9+ <PublishSingleFile >true</PublishSingleFile >
10+ <SelfContained >true</SelfContained >
11+ <RuntimeIdentifier >win-x64</RuntimeIdentifier >
912 <!-- Disable default compile items -->
1013 <EnableDefaultCompileItems >false</EnableDefaultCompileItems >
1114 <!-- Disable default XAML page items -->
You can’t perform that action at this time.
0 commit comments