archive extra files path #1570
Closed
taglme
started this conversation in
Ideas, Issue Triage, and General discussions
Replies: 2 comments 2 replies
-
I am as well interested in it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
right now its not possible, no... |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! In our project we want to add some extra files to archives. This files located in directory
/assets/img/*
When we use "files" option in archives section like that
files:
- assets/img/*
goreleaser adds this files with entire path to the archive root
assets/img/*
Is it possible to somehow strip path and add to the archive root folder
img/*
or add files directly to archive root?
Beta Was this translation helpful? Give feedback.
All reactions