Skip to content

Can we add an additional file to the archive for Windows only? #2140

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

You must be logged in to vote

something like:

builds:
- id: build1
  goos: ['linux', 'darwin']
- id: build2
  goos: ['darwin']
archives:
- id: archive1
  ids: ['build1']
- id: archive2
  ids: ['build2']
  files:
    - extra_file_windows_only

should work

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by caarlos0
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