use format function.

This commit is contained in:
Miroslav Šedivý 2025-03-30 00:07:55 +01:00
parent e24752aafe
commit e7b65ff7eb

View file

@ -20,7 +20,7 @@ on:
description: "The platforms to build for."
env:
FLAVOR_PREFIX: ${{ inputs.flavor && inputs.flavor + '-' || '' }}
FLAVOR_PREFIX: ${{ inputs.flavor && format('{0}-', inputs.flavor) || '' }}
jobs:
build-client: