Skip to content

Commit febd40f

Browse files
committed
corrected release build
1 parent 003b441 commit febd40f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/CI_build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ jobs:
4444
if: matrix.build_configuration == 'Release'
4545
working-directory: installer
4646
run: |
47-
$env:PYTHONBUILDDIR_X64='${{ github.workspace }}\packages\python.3.12.10\tools'
48-
$env:PYTHONBUILDDIR='${{ github.workspace }}\packages\pythonx86.3.12.10\tools'
47+
$env:PYTHONBUILDDIR_ARM64='${{ github.workspace }}\packages\pythonarm64.3.14.3\tools'
48+
$env:PYTHONBUILDDIR_X64='${{ github.workspace }}\packages\python.3.14.3\tools'
49+
$env:PYTHONBUILDDIR='${{ github.workspace }}\packages\pythonx86.3.14.3\tools'
4950
Rename-Item -Path ".\buildPaths.bat.orig" -NewName "buildPaths.bat"
5051
dotnet tool install --global wix
5152
.\buildAll.bat ${{ matrix.build_platform }}

0 commit comments

Comments
 (0)