Skip to content

Commit 88e5850

Browse files
authored
Update upload_release_build.yml
1 parent 5ee002a commit 88e5850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload_release_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
# 2. concat new name
188188
$extension = $artifact.Extension
189189
$buildType = "${{ matrix.type }}".ToLower()
190-
$asset_name = "compose-fluent-design-gallery-{0}-${{ needs.prepare-release.outputs.release_tag }}{1}" -f $buildType, $extension
190+
$asset_name = "compose-fluent-design-gallery-${{ needs.prepare-release.outputs.release_tag }}-{0}{1}" -f $buildType, $extension
191191
192192
Write-Host "Found artifact path: $asset_path"
193193
Write-Host "Final asset name: $asset_name"

0 commit comments

Comments
 (0)