From f1acda85c939620711445f559bdc0018f0547ff1 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Fri, 26 Mar 2021 20:52:32 +1100 Subject: [PATCH] Call the daily builds "developer testing builds" to prevent misleading users --- .github/workflows/ci-blenderbim-matrix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-blenderbim-matrix.yml b/.github/workflows/ci-blenderbim-matrix.yml index fe8c343d50..c586db179a 100644 --- a/.github/workflows/ci-blenderbim-matrix.yml +++ b/.github/workflows/ci-blenderbim-matrix.yml @@ -63,4 +63,4 @@ jobs: asset_name: blender28-bim-${{steps.date.outputs.date}}-${{ matrix.pyver }}-${{ matrix.config.short_name }}.zip tag: "blenderbim-${{steps.date.outputs.date}}" overwrite: true - body: "Package release blenderbim-${{steps.date.outputs.date}}" + body: "Daily developer testing build blenderbim-${{steps.date.outputs.date}}"