Skip to content

Commit 5ee002a

Browse files
authored
Update upload_release_build.yml
1 parent 430d8b7 commit 5ee002a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/upload_release_build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,8 @@ jobs:
186186
187187
# 2. concat new name
188188
$extension = $artifact.Extension
189-
$asset_name = "compose-fluent-design-gallery-${{ toLower(matrix.type) }}-${{ needs.prepare-release.outputs.release_tag }}{0}" -f $extension
189+
$buildType = "${{ matrix.type }}".ToLower()
190+
$asset_name = "compose-fluent-design-gallery-{0}-${{ needs.prepare-release.outputs.release_tag }}{1}" -f $buildType, $extension
190191
191192
Write-Host "Found artifact path: $asset_path"
192193
Write-Host "Final asset name: $asset_name"

0 commit comments

Comments
 (0)