File tree Expand file tree Collapse file tree 8 files changed +68
-14
lines changed
Expand file tree Collapse file tree 8 files changed +68
-14
lines changed Original file line number Diff line number Diff line change 4444 - name : upload artifact
4545 uses : actions/upload-artifact@v4
4646 with :
47- name : ImGuiFileDialog_App_Unix_ ${{ matrix.fs }}_FS
48- path : bin/ImGuiFileDialog_App_Unix
47+ name : /ImGuiFileDialog_DemoApp_Leak_Unix_ ${{ matrix.fs }}_FS
48+ path : bin//ImGuiFileDialog_DemoApp_Unix
Original file line number Diff line number Diff line change 4343 - name : upload artifact
4444 uses : actions/upload-artifact@v4
4545 with :
46- name : ImGuiFileDialog_App_Linux_${{ matrix.fs }}_FS
47- path : bin/ImGuiFileDialog_App_Unix
46+ name : /ImGuiFileDialog_DemoApp_Linux_${{ matrix.fs }}_FS
47+ path : bin//ImGuiFileDialog_DemoApp_Unix
48+ - name : Upload to DRAFT release
49+ uses : softprops/action-gh-release@v2
50+ with :
51+ tag_name : nightly-draft
52+ name : Nightly Draft
53+ draft : true
54+ prerelease : false
55+ overwrite : true
56+ files : bin//ImGuiFileDialog_DemoApp_*
Original file line number Diff line number Diff line change 4343 - name : upload artifact
4444 uses : actions/upload-artifact@v4
4545 with :
46- name : ImGuiFileDialog_App_Linux_${{ matrix.fs }}_FS
47- path : bin/ImGuiFileDialog_App_Unix
46+ name : /ImGuiFileDialog_DemoApp_Linux_${{ matrix.fs }}_FS
47+ path : bin//ImGuiFileDialog_DemoApp_Unix
48+ - name : Upload to DRAFT release
49+ uses : softprops/action-gh-release@v2
50+ with :
51+ tag_name : nightly-draft
52+ name : Nightly Draft
53+ draft : true
54+ prerelease : false
55+ overwrite : true
56+ files : bin//ImGuiFileDialog_DemoApp_*
Original file line number Diff line number Diff line change 3939 - name : upload artifact
4040 uses : actions/upload-artifact@v4
4141 with :
42- name : ImGuiFileDialog_App_Linux_${{ matrix.fs }}_FS
43- path : bin/ImGuiFileDialog_App_Unix
42+ name : /ImGuiFileDialog_DemoApp_Linux_${{ matrix.fs }}_FS
43+ path : bin//ImGuiFileDialog_DemoApp_Unix
44+ - name : Upload to DRAFT release
45+ uses : softprops/action-gh-release@v2
46+ with :
47+ tag_name : nightly-draft
48+ name : Nightly Draft
49+ draft : true
50+ prerelease : false
51+ overwrite : true
52+ files : bin//ImGuiFileDialog_DemoApp_*
Original file line number Diff line number Diff line change 3939 - name : upload artifact
4040 uses : actions/upload-artifact@v4
4141 with :
42- name : ImGuiFileDialog_App_Linux_${{ matrix.fs }}_FS
43- path : bin/ImGuiFileDialog_App_Unix
42+ name : /ImGuiFileDialog_DemoApp_Linux_${{ matrix.fs }}_FS
43+ path : bin//ImGuiFileDialog_DemoApp_Unix
44+ - name : Upload to DRAFT release
45+ uses : softprops/action-gh-release@v2
46+ with :
47+ tag_name : nightly-draft
48+ name : Nightly Draft
49+ draft : true
50+ prerelease : false
51+ overwrite : true
52+ files : bin//ImGuiFileDialog_DemoApp_*
Original file line number Diff line number Diff line change 3737 - name : upload artifact
3838 uses : actions/upload-artifact@v4
3939 with :
40- name : ImGuiFileDialog_App_Win32_${{ matrix.fs }}_FS
41- path : bin\ImGuiFileDialog_App_Win32.exe
40+ name : /ImGuiFileDialog_DemoApp_Win32_${{ matrix.fs }}_FS
41+ path : bin\/ImGuiFileDialog_DemoApp_Win32.exe
42+ - name : Upload to DRAFT release
43+ uses : softprops/action-gh-release@v2
44+ with :
45+ tag_name : nightly-draft
46+ name : Nightly Draft
47+ draft : true
48+ prerelease : false
49+ overwrite : true
50+ files : bin//ImGuiFileDialog_DemoApp_*
Original file line number Diff line number Diff line change 22name : full_sources
33
44on :
5+ push :
6+ branches :
7+ - DemoApp
8+ paths-ignore :
9+ - ' cmake/**'
10+ - ' .github/**'
11+ - ' doc/**'
12+ - ' samples/**'
513 workflow_dispatch :
614
715jobs :
Original file line number Diff line number Diff line change @@ -36,10 +36,11 @@ if (UNIX)
3636endif ()
3737
3838if (USE_CXX_STANDARD_20)
39+ # we can keep the old const char* everywhere
3940 if (MSVC )
40- add_compile_options (/Zc:char8_t-) # we can keep the old const char* everywhere
41+ add_compile_options (/Zc:char8_t-)
4142 else ()
42- add_compile_options (-fno-char8_t) # we can keep the old const char* everywhere
43+ add_compile_options (-fno-char8_t)
4344 endif ()
4445endif ()
4546
You can’t perform that action at this time.
0 commit comments