Skip to content

Commit bcfe3c2

Browse files
committed
Refactor GitHub Actions workflows to replace pr-output-map with pr-manifest-path and add missing hexa-workflows.json files for imgui and imgui_impl
1 parent 75e8890 commit bcfe3c2

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

.github/workflows/cmake-backends.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,4 @@ jobs:
121121
pr-base-branch: "master"
122122
pr-reviewers: JunaMeinhold
123123
pr-branch: backends-artifacts
124-
pr-output-map: |
125-
'{
126-
"ImGuiImpl": "Hexa.NET.ImGui.Backends/native",
127-
"ImGuiImplSDL2": "Hexa.NET.ImGui.Backends.SDL3/native"
128-
"ImGuiImplSDL3": "Hexa.NET.ImGui.Backends.SDL3/native"
129-
"ImGuiImplGLFW": "Hexa.NET.ImGui.Backends.GLFW/native"
130-
}'
124+
pr-manifest-path: imgui_impl

.github/workflows/cmake.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,4 @@ jobs:
8888
pr-base-branch: "master"
8989
pr-reviewers: JunaMeinhold
9090
pr-branch: imgui-artifacts
91-
pr-output-map: |
92-
'{
93-
"cimgui": "Hexa.NET.ImGui/native",
94-
"cimplot": "Hexa.NET.ImPlot/native"
95-
"cimnodes": "Hexa.NET.ImNodes/native"
96-
"cimguizmo": "Hexa.NET.ImGuizmo/native"
97-
}'
91+
pr-manifest-path: imgui
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"cimgui": "Hexa.NET.ImGui/native",
3+
"cimplot": "Hexa.NET.ImPlot/native",
4+
"cimnodes": "Hexa.NET.ImNodes/native",
5+
"cimguizmo": "Hexa.NET.ImGuizmo/native"
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"ImGuiImpl": "Hexa.NET.ImGui.Backends/native",
3+
"ImGuiImplSDL2": "Hexa.NET.ImGui.Backends.SDL3/native",
4+
"ImGuiImplSDL3": "Hexa.NET.ImGui.Backends.SDL3/native",
5+
"ImGuiImplGLFW": "Hexa.NET.ImGui.Backends.GLFW/native"
6+
}

0 commit comments

Comments
 (0)