mirror of
https://github.com/LBPUnion/UnionPatcher.git
synced 2025-08-05 15:48:40 +00:00
Use dotnet publish
This commit is contained in:
parent
5d0b18db83
commit
7d0b69aaf2
2 changed files with 1 additions and 3 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
||||||
dotnet-version: "5.0.x"
|
dotnet-version: "5.0.x"
|
||||||
|
|
||||||
- name: Compile for ${{ matrix.os.prettyName }}
|
- 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
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -6,8 +6,6 @@
|
||||||
<RootNamespace>LBPUnion.UnionPatcher.Gui.Windows</RootNamespace>
|
<RootNamespace>LBPUnion.UnionPatcher.Gui.Windows</RootNamespace>
|
||||||
<AssemblyName>LBPUnion.UnionPatcher.Gui.Windows</AssemblyName>
|
<AssemblyName>LBPUnion.UnionPatcher.Gui.Windows</AssemblyName>
|
||||||
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
||||||
<PublishSingleFile>true</PublishSingleFile>
|
|
||||||
<PublishReadyToRun>true</PublishReadyToRun>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue