chore: publish Godot and NuGet module releases
Validate ShrinkSDK Workspace / unity (push) Failing after 5s

This commit is contained in:
2026-09-05 04:28:36 +08:00
parent e9d8e93427
commit 7debc0240c
23 changed files with 24 additions and 24 deletions
+2 -2
View File
@@ -57,7 +57,7 @@ dotnet build
## Installer 插件 ## Installer 插件
`ShrinkSDK.Godot.Installer` 的 nupkg 内包含完整的 `addons/shrinksdk`。取得 `0.1.1` 包后,将包内: `ShrinkSDK.Godot.Installer` 的 nupkg 内包含完整的 `addons/shrinksdk`。取得 `0.1.3` 包后,将包内:
```text ```text
contentFiles/any/any/addons/shrinksdk contentFiles/any/any/addons/shrinksdk
@@ -83,7 +83,7 @@ addons/shrinksdk
```powershell ```powershell
dotnet build .\Assets\Modules\ShrinkInstaller\Godot~\ShrinkSDK.Godot.Installer.csproj -c Release dotnet build .\Assets\Modules\ShrinkInstaller\Godot~\ShrinkSDK.Godot.Installer.csproj -c Release
dotnet pack .\Assets\Modules\ShrinkInstaller\Godot~\ShrinkSDK.Godot.Installer.csproj -c Release --no-build -o .\Godot\Artifacts --include-symbols --include-source dotnet pack .\Assets\Modules\ShrinkInstaller\Godot~\ShrinkSDK.Godot.Installer.csproj -c Release --no-build -o .\Godot\Artifacts
``` ```
## 宿主节点 ## 宿主节点