Skip to content

Commit 3e44d47

Browse files
author
Rick Ducott
authored
Fix release asset name (#28)
* Fix release asset name * Changelog
1 parent 1560822 commit 3e44d47

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

changelog/v0.2.4/fix-release.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
changelog:
2+
- type: NON_USER_FACING
3+
description: Fix yaml release asset name.

ci/upload_github_release_assets.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ func main() {
2020
UploadSHA: true,
2121
}
2222
assets[3] = githubutils.ReleaseAssetSpec{
23-
Name: "sqoop-install.yaml",
24-
ParentPath: "install",
23+
Name: "sqoop.yaml",
24+
ParentPath: "install/manifest",
2525
}
2626
spec := githubutils.UploadReleaseAssetSpec{
2727
Owner: "solo-io",

0 commit comments

Comments
 (0)