Releases: taiki-e/upload-rust-binary-action
Releases · taiki-e/upload-rust-binary-action
1.27.0
1.26.0
1.25.0
1.24.0
- Add
locked
input option. (#91, thanks @crazyscot)
1.23.0
1.22.1
- Fix failure when cross-compiling to Windows on non-Windows. (#86)
1.22.0
- Add
codesign-prefix
andcodesign-options
input options. (#81, thanks @matiaskorhonen)
1.21.1
- Work around rustc's strip bug that mostly affects illumos build. See #80 for details.
1.21.0
- Add outputs for the archive and checksum files. (#77, thanks @matiaskorhonen)
1.20.0
- Add
bin-leading-dir
input option. (#73, thanks @linrongbin16)