diff --git a/.github/workflows/github_workflows_build-2025_05.yml b/.github/workflows/github_workflows_build-2025_05.yml index 5ca36050..5be0f572 100644 --- a/.github/workflows/github_workflows_build-2025_05.yml +++ b/.github/workflows/github_workflows_build-2025_05.yml @@ -313,7 +313,7 @@ jobs: if: env.ARTIFACT_NAME != '' shell: pwsh run: | - $destDir = "$env:build_location\python\scripts" + $destDir = "$env:build_location\scripts" echo "WINPYthon_exe=$env:WINPYthon_exe" > env.ini echo "WINPYthon_subdirectory_name=$env:WINPYthon_subdirectory_name" >> env.ini echo "WINPYVER=$env:WINPYVER" >> env.ini diff --git a/.github/workflows/github_workflows_build-all.yml b/.github/workflows/github_workflows_build-all.yml index ed464bec..c55b2597 100644 --- a/.github/workflows/github_workflows_build-all.yml +++ b/.github/workflows/github_workflows_build-all.yml @@ -313,7 +313,7 @@ jobs: if: env.ARTIFACT_NAME != '' shell: pwsh run: | - $destDir = "$env:build_location\python\scripts" + $destDir = "$env:build_location\scripts" echo "WINPYthon_exe=$env:WINPYthon_exe" > env.ini echo "WINPYthon_subdirectory_name=$env:WINPYthon_subdirectory_name" >> env.ini echo "WINPYVER=$env:WINPYVER" >> env.ini diff --git a/.github/workflows/github_workflows_build-all_3.13.yml b/.github/workflows/github_workflows_build-all_3.13.yml index eee7dfc5..c9c3c7c3 100644 --- a/.github/workflows/github_workflows_build-all_3.13.yml +++ b/.github/workflows/github_workflows_build-all_3.13.yml @@ -233,7 +233,7 @@ jobs: - name: Write env.ini file shell: pwsh run: | - $destDir = "$env:build_location\python\scripts" + $destDir = "$env:build_location\scripts" echo "WINPYthon_exe=$env:WINPYthon_exe" > env.ini echo "WINPYthon_subdirectory_name=$env:WINPYthon_subdirectory_name" >> env.ini echo "WINPYVER=$env:WINPYVER" >> env.ini diff --git a/.github/workflows/github_workflows_build-all_3.14.yml b/.github/workflows/github_workflows_build-all_3.14.yml index 56d53d05..03b84bc8 100644 --- a/.github/workflows/github_workflows_build-all_3.14.yml +++ b/.github/workflows/github_workflows_build-all_3.14.yml @@ -216,7 +216,7 @@ jobs: - name: Write env.ini file shell: pwsh run: | - $destDir = "$env:build_location\python\scripts" + $destDir = "$env:build_location\scripts" echo "WINPYthon_exe=$env:WINPYthon_exe" > env.ini echo "WINPYthon_subdirectory_name=$env:WINPYthon_subdirectory_name" >> env.ini echo "WINPYVER=$env:WINPYVER" >> env.ini