Skip to content

Commit

Permalink
fix name for repo in release
Browse files Browse the repository at this point in the history
  • Loading branch information
EItanya committed Dec 3, 2021
1 parent 4ae0c84 commit fddf1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/release_assets.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
func main() {
const buildDir = "_output"
const repoOwner = "solo-io"
const repoName = "eBPF"
const repoName = "bumblebee"

assets := []githubutils.ReleaseAssetSpec{
{
Expand Down

0 comments on commit fddf1c1

Please sign in to comment.