Releases: taiki-e/upload-rust-binary-action
Releases · taiki-e/upload-rust-binary-action
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)
1.19.2
-
Add a warning for
macos-latest
runner architecture change. (#70)warning: GitHub Actions changed default architecture of macos-latest since macos-14; consider passing 'target' input option to clarify which target you are building for.
1.19.1
- Work around strip bugs in rustc and cargo. See #69 for details.
1.19.0
- Align default strip behavior to Cargo 1.77+'s default (strip=debuginfo). See #66 for details.
1.18.0
- Support signing with
codesign
on macOS. (#61, thanks @doinkythederp)