feat: add NuGet and Godot distribution

This commit is contained in:
2026-09-05 03:41:47 +08:00
parent 500488ac0a
commit a24f39d4fd
2 changed files with 15 additions and 0 deletions
+2
View File
@@ -24,6 +24,8 @@ jobs:
dotnet-version: '8.0.x'
- name: Validate tag and pack
env:
GITEA_REF: ${{ gitea.ref }}
shell: bash
run: |
set -euo pipefail
+13
View File
@@ -0,0 +1,13 @@
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<Deterministic>true</Deterministic>
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
<Authors>ShrinkSDK</Authors>
<Company>ShrinkSDK</Company>
<RepositoryUrl>https://git.crash.work/ShrinkSDK</RepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
</Project>