mirror of
https://github.com/LBPUnion/UnionPatcher.git
synced 2025-04-23 13:05:17 +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"
|
||||
|
||||
- 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:
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue