bevyengine / bevy_github_ci_template

Apache License 2.0
202 stars 45 forks source link

Release action failing at Step "Prepare Package" for Windows, Linux and MacOs #24

Closed zwazel closed 1 year ago

zwazel commented 1 year ago

Hello :)

I'm experiencing some issues with the Release action. I removed the WASM export and kept the itch.io export disabled. the other three, windows, linux and macos, work fine until they get to the "Prepare Package" step. There all of them are failing.

I'm using bevy 0.9.1 right now. Everything has been directly copied from this template, the only two things i changed were

The CI from this template works without issues.

Images below with the errors.

image image image

mockersf commented 1 year ago

The name you set in the binary env variable must match the name of an executable built by your package

zwazel commented 1 year ago

okay, yea my bad. I was looking at this repo and thought it only had to be the name of the project that is defined in the cargo.toml. stupid mistake from me. It's solved now.