Skip to content

Commit

Permalink
release workflow update
Browse files Browse the repository at this point in the history
correct path to build folder is build\win\vs2022
  • Loading branch information
alex47exe committed Oct 7, 2024
1 parent 233b6b8 commit 14cb68c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gec_pack_api.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if defined NUMBER_OF_PROCESSORS (
)

set "ROOT=%cd%"
set "BUILD_DIR=%ROOT%\build\win"
set "BUILD_DIR=%ROOT%\build\win\vs2022"
set "OUT_DIR=%ROOT%\build\package\win"

if "%~1" equ "" (
Expand Down
2 changes: 1 addition & 1 deletion gec_pack_exe.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if defined NUMBER_OF_PROCESSORS (
)

set "ROOT=%cd%"
set "BUILD_DIR=%ROOT%\build\win"
set "BUILD_DIR=%ROOT%\build\win\vs2022"
set "OUT_DIR=%ROOT%\build\package\win"

if "%~1" equ "" (
Expand Down

0 comments on commit 14cb68c

Please sign in to comment.