Skip to content

Commit

Permalink
fix generated asset-names some more
Browse files Browse the repository at this point in the history
  • Loading branch information
ccwienk committed Dec 20, 2024
1 parent 60d8edb commit 77f98bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concourse/steps/release.mako
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def github_asset_name(asset):
if asset.github_asset_name:
return asset.github_asset_name
return asset.name + '-'.join(
return '-'.join(
[asset.name] + list(asset.artefact_extra_id.values())
)
%>
Expand Down

0 comments on commit 77f98bc

Please sign in to comment.