-
Notifications
You must be signed in to change notification settings - Fork 5
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
Allow publishing of externally built tarballs #20
Comments
Ah I needed to package the nightly build with krankerl as well. Maybe it should be possible to use a prebuild package url and just download it if it is not present in the build/artifacts/ directory. |
Did you run The error originates from Line 84 in a5e345b
|
Yup, right. What package URL do you mean? |
Well, I run a remote cron to build nightly tarballs so i just tried to upload it as a release with krankerl without building it locally. |
Right now you could trick krankerl by simply downloading the tarball to |
Yep, that worked fine. I guess it kind of makes sense from a security point of view to require a local build. Maybe it should not download by default but a possible download CLI parameter would be great, or at least showing an error message that gives a bit more detail on what's wrong. |
Something like |
Exactly. That would give the possibility to do so but not download it automatically. |
I'm considering making this the default. Because I noticed a little flaw in the current process: the tool uses the locally available artifact to generate the tarball signature. This fails
|
I just tried to release a nightly build of deck to the app store, but if fails with the following error message:
@ChristophWurst
The text was updated successfully, but these errors were encountered: