Taiki Endo
Taiki Endo
I would accept PRs to implement them.
Thanks for the PR! How do you plan to distribute the .debug file? Currently it is not included in the archive. ([Here](https://github.com/taiki-e/upload-rust-binary-action/pull/49/files#diff-f121df8f1f148ef72415f98dd27089a0e6cec3ec939840286358170e5e20c990R304) is code to include binary to archive.) Also,...
> Any progress on this PR? Being able to upload a separate debug info archive would be great. If you use the cargo profile mentioned in #59 and one of...
Btw, "no archive" is not yet officially supported (https://github.com/taiki-e/upload-rust-binary-action/issues/6 is tracking issue for it), but [it is considered possible to work around that limitation by using the asset option](https://github.com/taiki-e/upload-rust-binary-action/issues/12#issuecomment-1177836111).
I think there are two possible APIs here. One is to deprecate the existing tar option and add a tar-gz option which means the same thing, and then will add...
@matiaskorhonen Unless we change the defaults, adding variants other than unix and windows doesn't break anything in particular. For example, even if we add the variants linux and macos, we...
I'm not sure what you want exactly, but have you looked at #25?
IIRC - `include: assets-dir` copies `assets-dir` including files/dirs in it. - `include: assets-dir/.` copies files/dirs included in `assets-dir` (It does not copy `assets-dir` itself.).
Sorry for the late response. I think this could be handled better by collecting links separately during parsing and finally checking for links actually used in the text and merging...
It seems armv5te's `AtomicI{8,16}::compare_exchange` is also broken: https://github.com/taiki-e/portable-atomic/runs/7041957669?check_suite_focus=true