heaths / gh-label

GitHub CLI extension for label management
MIT License
59 stars 5 forks source link

Update release binaries given gh v2.1.0 #11

Closed heaths closed 3 years ago

heaths commented 3 years ago

With binary extension support in gh v2.1.0 via PR cli/cli#4308, update the build scripts to emit the proper file names match {runtime.GOOS}-{runtime.GOARCH}: https://github.com/cli/cli/blob/f6b33572fddc0df381ba6323d0c05b605f462914/pkg/cmd/extension/manager.go#L48

heaths commented 3 years ago

Resolved with PR #14