Skip to content

请问有办法发布rust动态库吗? #4

@kalxd

Description

@kalxd

我打算给我个人项目golbat加个自动发布动态库的action。
这个action使用挺简便的,就是只能发布bin,我看脚本里写死了:

BINARIES="$(docker_run 'cargo read-manifest | jq -r ".targets[] | select(.kind[] | contains(\"bin\")) | .name"')"

请问有办法加个支持lib选项吗?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions