Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cheksums overwriting in single release when using multiple pipelines #30

Open
BigB84 opened this issue Dec 8, 2021 · 0 comments
Open

Comments

@BigB84
Copy link

BigB84 commented Dec 8, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant