From 3afa6b3deebb08c1494a91b663e4001534b4e9c6 Mon Sep 17 00:00:00 2001 From: Hadrian Tang Date: Sat, 3 Jan 2026 03:45:52 +0800 Subject: [PATCH] Fix --- .github/workflows/Nuget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Nuget.yml b/.github/workflows/Nuget.yml index ac2265a33..9165b44ba 100644 --- a/.github/workflows/Nuget.yml +++ b/.github/workflows/Nuget.yml @@ -36,7 +36,7 @@ jobs: dotnet pack AngouriMath.csproj -c release -p:PackageVersion=$name cd bin/release dotnet nuget push AngouriMath.$name.nupkg --api-key ${{ secrets.MYGET_KEY }} --source "myget" - cd ../../../.. + cd ../../.. # AngouriMath.FSharp cd Wrappers/AngouriMath.FSharp