Separate action artifact flavor with space

This commit is contained in:
Ilya Fedin
2025-12-18 10:35:38 +00:00
committed by John Preston
parent 6b862688cb
commit fc0cbaadd5
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ jobs:
if [ -n "${{ matrix.defines }}" ]; then
DEFINE="-D ${{ matrix.defines }}=ON"
echo Define from matrix: $DEFINE
echo "ARTIFACT_NAME=Telegram_${{ matrix.defines }}" >> $GITHUB_ENV
echo "ARTIFACT_NAME=Telegram ${{ matrix.defines }}" >> $GITHUB_ENV
else
echo "ARTIFACT_NAME=Telegram" >> $GITHUB_ENV
fi