From 9546369f8869aef5a705f80fab6f5fa85cd70f78 Mon Sep 17 00:00:00 2001 From: Claudio Sanches Date: Mon, 24 Jan 2022 18:54:08 -0300 Subject: [PATCH] Add example of how to build from a release branch. --- .github/workflows/build-release-zip-file.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release-zip-file.yml b/.github/workflows/build-release-zip-file.yml index 05e11efb9d8..8c1a61a3dce 100644 --- a/.github/workflows/build-release-zip-file.yml +++ b/.github/workflows/build-release-zip-file.yml @@ -3,7 +3,7 @@ on: workflow_dispatch: inputs: ref: - description: 'By default the zip file is generated from the branch the workflow runs from, but you can specify an explicit reference to use instead here (e.g. refs/tags/tag_name). The resulting file will be available as an artifact on the workflow run.' + description: 'By default the zip file is generated from the branch the workflow runs from, but you can specify an explicit reference to use instead here (e.g. refs/tags/tag_name or refs/heads/release/x.x). The resulting file will be available as an artifact on the workflow run.' required: false default: '' jobs: