Add example of how to build from a release branch.

This commit is contained in:
Claudio Sanches 2022-01-24 18:54:08 -03:00
parent fbd450c24d
commit 9546369f88
1 changed files with 1 additions and 1 deletions

View File

@ -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: