Skip to content

Commit 3b5e1dd

Browse files
authored
Fix
1 parent 5236c05 commit 3b5e1dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
dotnet pack AngouriMath.csproj -c release -p:PackageVersion=$name
3737
cd bin/release
3838
dotnet nuget push AngouriMath.$name.nupkg --api-key ${{ secrets.MYGET_KEY }} --source "myget"
39-
cd ../../../..
39+
cd ../../..
4040

4141
# AngouriMath.FSharp
4242
cd Wrappers/AngouriMath.FSharp

0 commit comments

Comments
 (0)