We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5236c05 commit 3b5e1ddCopy full SHA for 3b5e1dd
.github/workflows/Nuget.yml
@@ -36,7 +36,7 @@ jobs:
36
dotnet pack AngouriMath.csproj -c release -p:PackageVersion=$name
37
cd bin/release
38
dotnet nuget push AngouriMath.$name.nupkg --api-key ${{ secrets.MYGET_KEY }} --source "myget"
39
- cd ../../../..
+ cd ../../..
40
41
# AngouriMath.FSharp
42
cd Wrappers/AngouriMath.FSharp
0 commit comments