Giter Club home page Giter Club logo

Comments (4)

taiki-e avatar taiki-e commented on August 26, 2024 1
with:
  bin: 'kindle-notes-*'

At the time, multiple binaries are not supported, so such a case will not work anyway.

from upload-rust-binary-action.

joepio avatar joepio commented on August 26, 2024

Does this include support for Workspaces?

Turns out these are already supported!

from upload-rust-binary-action.

taiki-e avatar taiki-e commented on August 26, 2024

In the virtual manifest, cargo's --bin option will search for all packages in the workspace unless there is a name conflict. So it should already be supported regardless of this issue.

In the real manifest, --bin option will only search for its package unless there is --all or --package option. So it should still be unsupported and it seems to make sense to treat it as part of this issue.

from upload-rust-binary-action.

woile avatar woile commented on August 26, 2024

Hello ppl, I'm new to rust, I've been building a small project for learning purposes, and I've been trying to publish multiple packages with no success.
I've been trying to build 2 packages in the same repo, a gui and a cli, both are binaries, but I get an error.
I've been using this pattern in the yaml file:

with:
  bin: 'kindle-notes-*'

My understanding is that that pattern should include only the binaries, so the lib I built would be excluded.
Any ideas what I might be doing wrong?
This is the repo just in case: https://github.com/Woile/kindle-notes-parser

Here's an example of that pattern failing: https://github.com/Woile/kindle-notes-parser/runs/4483667449?check_suite_focus=true

If I use kindle-notes-gui it works btw

Thanks!

from upload-rust-binary-action.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.