From c126bf6b6762a5727b233a9fda40bac41b970c82 Mon Sep 17 00:00:00 2001 From: Alexander Schwanecke Date: Wed, 8 Oct 2025 21:55:53 +0200 Subject: [PATCH] Update github workflows to correct env.ini location --- .github/workflows/github_workflows_build-2025_05.yml | 2 +- .github/workflows/github_workflows_build-all.yml | 2 +- .github/workflows/github_workflows_build-all_3.13.yml | 2 +- .github/workflows/github_workflows_build-all_3.14.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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