File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -364,6 +364,7 @@ jobs:
364
364
./otp_build boot -a
365
365
./otp_build release -a
366
366
cp /mnt/c/opt/local64/pgm/wxWidgets-${{ env.WXWIDGETS_VERSION }}/3rdparty/webview2/runtimes/win-x64/native/WebView2Loader.dll $ERL_TOP/release/win32/erts-*/bin/
367
+ ./otp_build debuginfo_win32
367
368
./otp_build installer_win32
368
369
369
370
- name : Upload installer
Original file line number Diff line number Diff line change @@ -1259,13 +1259,13 @@ do_update_ex_doc ()
1259
1259
do_debuginfo_win32 ()
1260
1260
{
1261
1261
setup_make
1262
- ($MAKE MAKE=" $MAKE " TARGET=$TARGET TYPE= debug) || exit 1
1262
+ (cd erts/emulator && $MAKE MAKE=" $MAKE " TARGET=$TARGET debug) || exit 1
1263
1263
if [ -z " $1 " ]; then
1264
1264
RELDIR=" $ERL_TOP /release/$TARGET "
1265
1265
else
1266
1266
RELDIR=" $1 "
1267
1267
fi
1268
- ($MAKE release RELEASE_ROOT=" $RELDIR " MAKE=" $MAKE " TARGET=$TARGET TYPE=debug) || exit 1
1268
+ (cd erts/emulator && $MAKE release RELEASE_ROOT=" $RELDIR " MAKE=" $MAKE " TARGET=$TARGET TYPE=debug) || exit 1
1269
1269
}
1270
1270
1271
1271
do_installer_win32 ()
You can’t perform that action at this time.
0 commit comments