drone-gitea-release icon indicating copy to clipboard operation
drone-gitea-release copied to clipboard

Cheksums overwriting in single release when using multiple pipelines

Open BigB84 opened this issue 4 years ago • 0 comments

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

BigB84 avatar Dec 08 '21 22:12 BigB84