add xml doc for dedi

This commit is contained in:
zznty
2022-10-08 00:57:48 +07:00
parent b9c5b13236
commit 89c38764ad
2 changed files with 13 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ jobs:
- name: Prepare folder structure
run: mkdir -p ./nuget/lib/net48
- name: Copy binaries
run: cp ./DedicatedServer64/*.dll ./nuget/lib/net48
run: cp ./DedicatedServer64/* ./nuget/lib/net48
- name: Create Nuget Package
run: nuget pack specs/SpaceEngineersDedicated.ReferenceAssemblies.nuspec -BasePath ./nuget -Version ${{ inputs.version }} -NonInteractive -NoPackageAnalysis -OutputFileNamesWithoutVersion
- name: Push Nuget Package