Skip to content

Commit

Permalink
correct GH job for installer/release zips build
Browse files Browse the repository at this point in the history
  • Loading branch information
chcg committed Dec 21, 2023
1 parent 4587d7e commit d955be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
working-directory: installer
run: |
$env:PYTHONBUILDDIR_X64='..\packages\python.3.12.1\tools'
$env:SET PYTHONBUILDDIR='..\packages\pythonx86.3.12.1\tools'
$env:PYTHONBUILDDIR='..\packages\pythonx86.3.12.1\tools'
Rename-Item -Path ".\buildPaths.bat.orig" -NewName "buildPaths.bat"
.\buildAll.bat ${{ matrix.build_platform }}

0 comments on commit d955be8

Please sign in to comment.