From a2d5363d93e0b68cfbc76b5fadb42e5eb170bd77 Mon Sep 17 00:00:00 2001 From: pcroland Date: Tue, 2 Jan 2024 17:08:03 +0100 Subject: [PATCH] test --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ede8351..7093d00 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -68,7 +68,7 @@ jobs: Invoke-WebRequest -Uri "https://github.com/adang1345/PythonWin7/raw/master/3.12.1/python.3.12.1.nupkg" -OutFile "python.3.12.1.nupkg" mkdir "C:\custom_python" nuget --version - nuget install python -Source "python.3.12.1.nupkg" -OuputDirectory "C:\custom_python" + nuget install python -Source "python.3.12.1.nupkg" -OutputDirectory "C:\custom_python" echo "C:\custom_python" >> $GITHUB_PATH echo "C:\custom_python\Scripts" >> $GITHUB_PATH python --version