File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 3939 uses : actions/upload-artifact@v4
4040 with :
4141 name : NppEditorConfig-${{ steps.tagName.outputs.tag }}-${{ matrix.build_platform }}
42- path : bin\${{ matrix.build_platform }}\NppEditorConfig.dll
42+ path : bin\${{ matrix.build_platform }}\NppEditorConfig.*
4343
4444
4545 - name : Release on tagging
Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ if ($install) {
134134 }
135135 npp {
136136 Copy-Item $dest \$arch \$proj \bin\unicode\$config \NppEditorConfig.dll - Destination $dest \$arch \ - Force - Confirm:$false
137+ Copy-Item $dest \$arch \$proj \bin\unicode\$config \NppEditorConfig.pdb - Destination $dest \$arch \ - Force - Confirm:$false
137138 }
138139 }
139140}
Original file line number Diff line number Diff line change @@ -36,6 +36,12 @@ if(MSVC)
3636 add_compile_options (/W4)
3737endif (MSVC )
3838
39+ # always build debug symbols
40+ if (MSVC )
41+ add_compile_options (/Zi)
42+ add_link_options (/DEBUG)
43+ endif (MSVC )
44+
3945## section: source files
4046set (NppEditorConfig_SOURCE_FILES
4147 ./DlgAbout.cpp
You can’t perform that action at this time.
0 commit comments