From a6fc17bd50a0ba350ba8c5645b03087a57f3986f Mon Sep 17 00:00:00 2001 From: Grinch_ Date: Fri, 3 Nov 2023 19:12:21 -0700 Subject: [PATCH] Fixes --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"