You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However I noticed that when I have multiple pipelines (e.g. needed for multi-arch app with no cross-compile toolchain) like here, checksum filenames are same so it creates conflict on release (e.g gets overwritten).
It'd be great if was able to specify checksum name for every binary or it was automatically generated using filename like:
Hi, thank you for such great integration!
However I noticed that when I have multiple pipelines (e.g. needed for multi-arch app with no cross-compile toolchain) like here, checksum filenames are same so it creates conflict on release (e.g gets overwritten).
It'd be great if was able to specify checksum name for every binary or it was automatically generated using filename like:
Filename: myapp-1.0.1-x86_64
Checksum Filename: myapp-1.0.1-x86_64-sha256.txt
(filename + separator + checksum type)
I've been searching drone docs, forum and didn't find anything like that.
Thanks in advance
The text was updated successfully, but these errors were encountered: