Releases: houseabsolute/actions-rust-release
Releases · houseabsolute/actions-rust-release
v0.0.3
- Added a new
working-directory
parameter. When this is set, all actions are performed from inside this directory. Implemented by @Snoupix. GH #4. - Fixed a bug where even when
extra-files
was set, the action would fail if there was noChanges.md
file present. This contradicted the docs, which said that whenextra-files
was set, thechanges-file
parameter would be ignored. Reported by @jannes. GH #3.
v0.0.2
- Fixed a bug where the executable in the generated tarball or zip file did not have executable permissions set.
v0.0.1 - First release
Initial commit