add note that building from staging will not upload the installer

This commit is contained in:
Christoph Reiter 2023-01-14 15:27:45 +01:00
parent b5fb298387
commit cfd23616d2

View File

@ -6,7 +6,7 @@ on:
workflow_dispatch:
inputs:
with_staging:
description: 'Include the staging repo when building the installer'
description: 'Include the staging repo when building the installer (and skip the final upload)'
default: false
required: false
type: boolean