Publish launcher only
This commit is contained in:
parent
ab676d5bc9
commit
f54c4eb0a1
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci-otapi3.yml
vendored
4
.github/workflows/ci-otapi3.yml
vendored
|
|
@ -40,4 +40,6 @@ jobs:
|
||||||
run: dotnet nuget add source https://pkgs.dev.azure.com/MonoMod/MonoMod/_packaging/DevBuilds%40Local/nuget/v3/index.json -n DevBuilds@Local
|
run: dotnet nuget add source https://pkgs.dev.azure.com/MonoMod/MonoMod/_packaging/DevBuilds%40Local/nuget/v3/index.json -n DevBuilds@Local
|
||||||
|
|
||||||
- name: Produce build
|
- name: Produce build
|
||||||
run: dotnet publish -r ${{ matrix.arch }} -f net6.0 -c Release -p:PublishSingleFile=true --self-contained true
|
run: |
|
||||||
|
cd TShockLauncher
|
||||||
|
dotnet publish -r ${{ matrix.arch }} -f net6.0 -c Release -p:PublishSingleFile=true --self-contained true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue