-
-
Notifications
You must be signed in to change notification settings - Fork 60
How do I find the build artefacts? #218
Comments
+1,i also want to get the output binary |
Could you tell me if you figure it out? I have had this project on hold for a month now, as I still cannot find it. |
i know where is the build artifact but i dont know how to move to release or do stuff with it.looking at other actions |
You know where it is? What is the location? I can't understand why you can't upload it if you know where it is. |
i dont know how to upload i tried use other,release action. |
I don't know what you mean by If you know where the build artefacts are you can upload them using |
that is of course not the full path lol. |
https://doc.rust-lang.org/cargo/commands/cargo-build.html#output-options
|
My workflow seems to successfully build but I do not know where the build artefacts are. I tried doing a
find \
but it didn't find anything.How do I determine the location of the compiled binary and man files?
The text was updated successfully, but these errors were encountered: