File tree Expand file tree Collapse file tree 8 files changed +57
-3
lines changed
Expand file tree Collapse file tree 8 files changed +57
-3
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
47+ name : ImGuiFileDialog_App_Leak_Unix_ ${{ matrix.fs }}_FS
4848 path : bin/ImGuiFileDialog_App_Unix
Original file line number Diff line number Diff line change 4545 with :
4646 name : ImGuiFileDialog_App_Linux_${{ matrix.fs }}_FS
4747 path : bin/ImGuiFileDialog_App_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_App_*
Original file line number Diff line number Diff line change 4545 with :
4646 name : ImGuiFileDialog_App_Linux_${{ matrix.fs }}_FS
4747 path : bin/ImGuiFileDialog_App_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_App_*
Original file line number Diff line number Diff line change 4141 with :
4242 name : ImGuiFileDialog_App_Linux_${{ matrix.fs }}_FS
4343 path : bin/ImGuiFileDialog_App_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_App_*
Original file line number Diff line number Diff line change 4141 with :
4242 name : ImGuiFileDialog_App_Linux_${{ matrix.fs }}_FS
4343 path : bin/ImGuiFileDialog_App_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_App_*
Original file line number Diff line number Diff line change 3939 with :
4040 name : ImGuiFileDialog_App_Win32_${{ matrix.fs }}_FS
4141 path : bin\ImGuiFileDialog_App_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_App_*
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