8000 Update github workflows to correct env.ini location · winpython/winpython@c126bf6 · GitHub
[go: up one dir, main page]

Skip to content
< 8000 style> /* Override primer focus outline color for marketing header dropdown links for better contrast */ [data-color-mode="light"] .HeaderMenu-dropdown-link:focus-visible, [data-color-mode="light"] .HeaderMenu-trailing-link a:focus-visible { outline-color: var(--color-accent-fg); }

Commit c126bf6

Browse files
Alexander SchwaneckeAlexander Schwanecke
authored andcommitted
Update github workflows to correct env.ini location
1 parent 1a08ac5 commit c126bf6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/github_workflows_build-2025_05.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ jobs:
313313
if: env.ARTIFACT_NAME != ''
314314
shell: pwsh
315315
run: |
316-
$destDir = "$env:build_location\python\scripts"
316+
$destDir = "$env:build_location\scripts"
317317
echo "WINPYthon_exe=$env:WINPYthon_exe" > env.ini
318318
echo "WINPYthon_subdirectory_name=$env:WINPYthon_subdirectory_name" >> env.ini
319319
echo "WINPYVER=$env:WINPYVER" >> env.ini

.github/workflows/github_workflows_build-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ jobs:
313313
if: env.ARTIFACT_NAME != ''
314314
shell: pwsh
315315
run: |
316-
$destDir = "$env:build_location\python\scripts"
316+
$destDir = "$env:build_location\scripts"
317317
echo "WINPYthon_exe=$env:WINPYthon_exe" > env.ini
318318
echo "WINPYthon_subdirectory_name=$env:WINPYthon_subdirectory_name" >> env.ini
319319
echo "WINPYVER=$env:WINPYVER" >> env.ini

.github/workflows/github_workflows_build-all_3.13.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ jobs:
233233
- name: Write env.ini file
234234
shell: pwsh
235235
run: |
236-
$destDir = "$env:build_location\python\scripts"
236+
$destDir = "$env:build_location\scripts"
237237
echo "WINPYthon_exe=$env:WINPYthon_exe" > env.ini
238238
echo "WINPYthon_subdirectory_name=$env:WINPYthon_subdirectory_name" >> env.ini
239239
echo "WINPYVER=$env:WINPYVER" >> env.ini

.github/workflows/github_workflows_build-all_3.14.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216
- name: Write env.ini file
217217
shell: pwsh
218218
run: |
219-
$destDir = "$env:build_location\python\scripts"
219+
$destDir = "$env:build_location\scripts"
220220
echo "WINPYthon_exe=$env:WINPYthon_exe" > env.ini
221221
echo "WINPYthon_subdirectory_name=$env:WINPYthon_subdirectory_name" >> env.ini
222222
echo "WINPYVER=$env:WINPYVER" >> env.ini

0 commit comments

Comments
 (0)
0