ferrous-systems / rust-training

Learning materials for the Rust Training courses by Ferrous Systems
127 stars 16 forks source link

The output zip file should be named `rust-training-<tag>.zip` #50

Closed jonathanpallant closed 12 months ago

jonathanpallant commented 1 year ago

The output zip file should be named rust-training-<tag>.zip and it should contain a folder called rust-training-<tag>.

Currently it's called output.zip and it contains a folder called output.zip.

jonathanpallant commented 1 year ago

For clarification, <tag> should be replaced with relevant git tag, as produced by git describe. So, rust-training-v1.2.0.zip. If there is no tag for that commit (e.g. you are building a PR), it should be rust-training-g324b3f.zip where g324b3f is the git hash for that commit.

jonathanpallant commented 12 months ago

Done in #69