From effbe4b529a616e9f54ac341228ed9f98bb1d87d Mon Sep 17 00:00:00 2001 From: Jon Date: Thu, 26 Oct 2023 15:11:26 -0400 Subject: [PATCH] Update cmake-single-platform.yml --- .github/workflows/cmake-single-platform.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index fdad7bf..057dc70 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -59,7 +59,8 @@ jobs: file: ${{github.workspace}}/dist/release-${{github.run_number}}.tar.gz asset_name: cmaker-${{github.run_number}} tag: nightly - overwrite: true - body: "This is my release text" + overwrite: false + pre-release: true + body: "Release build: ${{github.run_number}}"