Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
user-grinch committed Nov 4, 2023
1 parent 195ac71 commit a6fc17b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"

0 comments on commit a6fc17b

Please sign in to comment.