From 134bdbc748dd83c5e261ef7c5a6853a97a6f8d5e Mon Sep 17 00:00:00 2001 From: Jon Date: Thu, 26 Oct 2023 15:17:45 -0400 Subject: [PATCH] Update cmake-single-platform.yml --- .github/workflows/cmake-single-platform.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index 057dc70..4715a0f 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -60,7 +60,9 @@ jobs: asset_name: cmaker-${{github.run_number}} tag: nightly overwrite: false - pre-release: true - body: "Release build: ${{github.run_number}}" + prerelease: true + make_latest: true + release_name: "Alpha: ${{github.run_number}}" + body: "Alpha build: ${{github.run_number}}"