Use dotnet publish

This commit is contained in:
jvyden 2021-10-28 15:33:02 -04:00
parent 5d0b18db83
commit 7d0b69aaf2
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
2 changed files with 1 additions and 3 deletions

View file

@ -32,7 +32,7 @@ jobs:
dotnet-version: "5.0.x"
- name: Compile for ${{ matrix.os.prettyName }}
run: dotnet build -c ${{ matrix.os.configurationName }}
run: dotnet publish -c ${{ matrix.os.configurationName }}
- uses: actions/upload-artifact@v2
with:

View file

@ -6,8 +6,6 @@
<RootNamespace>LBPUnion.UnionPatcher.Gui.Windows</RootNamespace>
<AssemblyName>LBPUnion.UnionPatcher.Gui.Windows</AssemblyName>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<PublishSingleFile>true</PublishSingleFile>
<PublishReadyToRun>true</PublishReadyToRun>
</PropertyGroup>
<ItemGroup>