Skip to content

error=found 2 builds with the ID 'ytdlgo', please fix your config #1427

Closed Answered by caarlos0
wedojava asked this question in Q&A
Discussion options

You must be logged in to vote
- env:
  - CGO_ENABLED=0
- goos:
  - linux
  - darwin
  - windows

this creates two build, you should probably remove the - from the beginning of goos:

- env:
  - CGO_ENABLED=0
  goos:
  - linux
  - darwin
  - windows

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@wedojava
Comment options

Answer selected by wedojava
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants