From 72f9f3292d58c95b78927ee41ba4af7024ac7c8a Mon Sep 17 00:00:00 2001 From: azures04 Date: Tue, 27 Jan 2026 02:37:07 +0100 Subject: [PATCH] Update publish.ps1 --- publish.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.ps1 b/publish.ps1 index 5a323b4..856baec 100644 --- a/publish.ps1 +++ b/publish.ps1 @@ -14,4 +14,4 @@ Write-Host "`r`n[Task 4/4] Packing project..." -ForegroundColor Magenta dotnet pack --version $version Write-Host "`r`n[Task 5/4] Publishing project..." -ForegroundColor Magenta -dotnet nuget push --source AzuresGitea "nupkg\AzuresPackager.$version.nupkg" --skip-duplicate \ No newline at end of file +dotnet nuget push --source AzuresGitea "bin\Debug\AzuresPackager.$version.nupkg" --skip-duplicate \ No newline at end of file