File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22webex
33webex-cli
44* .exe
5+ dist /
56
67# Codegen intermediates
78codegen /api_outline.json
Original file line number Diff line number Diff line change 99 - -X github.com/Cloverhound/webex-cli/cmd.Version={{.Version}}
1010 - -X github.com/Cloverhound/webex-cli/internal/appconfig.DefaultClientID={{.Env.WEBEX_CLIENT_ID}}
1111 - -X github.com/Cloverhound/webex-cli/internal/appconfig.DefaultClientSecret={{.Env.WEBEX_CLIENT_SECRET}}
12- - -X github.com/Cloverhound/webex-cli/internal/appconfig.DefaultScopes={{.Env.WEBEX_SCOPES}}
12+ - " -X ' github.com/Cloverhound/webex-cli/internal/appconfig.DefaultScopes={{.Env.WEBEX_SCOPES}}' "
1313 goos :
1414 - darwin
1515 - linux
@@ -19,11 +19,13 @@ builds:
1919 - arm64
2020
2121archives :
22- - format : tar.gz
22+ - formats :
23+ - tar.gz
2324 name_template : " {{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
2425 format_overrides :
2526 - goos : windows
26- format : zip
27+ formats :
28+ - zip
2729
2830checksum :
2931 name_template : " checksums.txt"
You can’t perform that action at this time.
0 commit comments