diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 68cc60f..69a32e6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: with: artifacts: ImGuiRedux${{matrix.platform}}.zip name: "${{matrix.platform}} Builds" - body: "This release is updated frequently with newer builds.\n\n- ImGuiCleo${{matrix.platform}}.cleo for regular CLEO\n- ImGuiRedux${{matrix.platform}}.cleo for CLEORedux" + body: "This release is updated frequently with newer builds.\n\n- ImGuiCleo${{matrix.platform}}.zip for regular CLEO\n- ImGuiRedux${{matrix.platform}}.zip for CLEORedux" allowUpdates: true tag: "${{matrix.platform}}-latest" ImGuiCleo: @@ -76,7 +76,7 @@ jobs: with: artifacts: ImGuiCleoWin32.zip name: "Win32 Builds" - body: "This release is updated frequently with newer builds.\n\n-ImGuiCleoWin32.cleo for regular CLEO\n-ImGuiReduxWin32.cleo for CLEORedux" + body: "This release is updated frequently with newer builds.\n\n- ImGuiCleoWin32.zip for regular CLEO\n- ImGuiReduxWin32.zip for CLEORedux" allowUpdates: true tag: "Win32-latest"