ebelski / rust-copter

A quadcopter build using a Teensy running Rust and some other cool stuff that's yet to be determined.
MIT License
6 stars 1 forks source link

Demo pre-release workflow is broken #16

Closed mciantyre closed 4 years ago

mciantyre commented 4 years ago

See here. It hasn't generated any pre-releases, as expected.

I'm re-thinking this pre-release job. It's going to result in us having many, many releases. I'll probably remove it, rather than fix it.

Instead, I'll add a workflow to package our specific, intended releases. It should work like this:

We can do these after specific, notable milestones in development.

We could also do this building manually, but it's less error-prone to have an automated system do it for us.

mciantyre commented 4 years ago

Created a test release, v0.0.0-test0, and the new workflow worked. See the [releases page] for the output.

mciantyre commented 4 years ago

Here is the successful job!