We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90ce466 commit f44c2abCopy full SHA for f44c2ab
1 file changed
.github/workflows/release.yml
@@ -158,7 +158,7 @@ jobs:
158
if ($item.type == "Archive") then
159
. + [{ template_name: ($item.goos + "-" + $item.goarch), path: $item.path }]
160
elif ($item.type == "Linux Package") then
161
- . + [{ template_name: ($item.extra.Ext + "-pkg-" + $item.goarch), path: $item.path }]
+ . + [{ template_name: (($item.extra.Ext | ltrimstr(".")) + "-pkg-" + $item.goarch), path: $item.path }]
162
else
163
.
164
end
0 commit comments