use format function.

This commit is contained in:
Miroslav Šedivý 2025-03-30 00:08:49 +01:00
parent e7b65ff7eb
commit 921ca792e6

View file

@ -24,7 +24,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-app: