From 5357c6fedfb0974d3cde8d8e2c1c5a94c8abbd1c Mon Sep 17 00:00:00 2001 From: Supakorn Yoshino Date: Mon, 14 Aug 2023 11:38:58 +0700 Subject: [PATCH] :D --- scripts/publish.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/publish.ps1 b/scripts/publish.ps1 index 2d3488b..3aff31a 100644 --- a/scripts/publish.ps1 +++ b/scripts/publish.ps1 @@ -4,10 +4,10 @@ try { dotnet tool restore dotnet cleanup -y dotnet pack ./source/timewarp-heroicons/timewarp-heroicons.csproj -c Release --output packages - Push-Location ./source/timewarp-heroicons/packages + Push-Location ./packages dotnet nuget push **/*.nupkg --source https://api.nuget.org/v3/index.json --api-key $Nuget_Key Pop-Location } finally { Pop-Location -} +} \ No newline at end of file