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
If the targets of these symlinks are not present, publishing fails, e.g.:
$ cargo publish --dry-run --manifest-path lib/Cargo.toml
Updating crates.io index
Packaging didkit v0.4.0 (/home/cel/src/didkit-release/lib)
error: failed to prepare local package for uploading
Caused by:
failed to open for archiving: `/home/cel/src/didkit-release/lib/android/didkit/libs/didkit.jar`
Caused by:
No such file or directory (os error 2)
This looks like a possible bug in cargo, since lib/Cargo.toml uses include to only include "/src", "/README.md", and "/LICENSE"; so these files should not be looked at. For now, the files can be deleted before publishing.
The text was updated successfully, but these errors were encountered:
The following files in this repo are symlinks to build artifacts:
If the targets of these symlinks are not present, publishing fails, e.g.:
This looks like a possible bug in cargo, since
lib/Cargo.toml
usesinclude
to only include "/src", "/README.md", and "/LICENSE"; so these files should not be looked at. For now, the files can be deleted before publishing.The text was updated successfully, but these errors were encountered: