From 1456f5dd7dea47442c153caf900dc6eaa9229f1b Mon Sep 17 00:00:00 2001 From: hzhang Date: Tue, 4 Mar 2025 12:26:15 +0000 Subject: [PATCH] update: upgrade to godot 4.4.0 --- Polonium.csproj | 2 +- publish | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Polonium.csproj b/Polonium.csproj index e79af31..fcaf97d 100644 --- a/Polonium.csproj +++ b/Polonium.csproj @@ -1,4 +1,4 @@ - + net9.0 diff --git a/publish b/publish index 469a92f..ced244b 100755 --- a/publish +++ b/publish @@ -8,6 +8,6 @@ if [[ -z "$LATEST_PACKAGE" ]]; then exit 1 fi echo "🚀 Pushing NuGet package: $LATEST_PACKAGE" -dotnet nuget push "$LATEST_PACKAGE" --source hangman-lab +dotnet nuget push "$LATEST_PACKAGE" --source hangman-lab --skip-duplicate