Skip to content

Releases: taiki-e/upload-rust-binary-action

1.30.2

17 Apr 20:22
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • Enhance security when dry-run is true.

1.30.1

17 Apr 19:55
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • Enhance security against supply chain attacks.

1.30.0

04 Apr 16:03
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • upload-rust-binary-action no longer requires token input. This action now uses ${{ github.token }} as the default token, like actions/checkout does.

  • Support trailing comma in bin, package, include, asset, and checksum input options.

  • Documentation improvements.

1.29.1

18 Mar 00:21
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • Fix missing default value for all-features causing build errors. (#114, thanks @ftnfurina)

1.29.0

17 Mar 16:03
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • Add all-features and workspace input options. (#112)

  • Accept whitespace or comma separated list in package input option. (#112)

1.28.1

08 Mar 15:00
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • Avoid triggering zizmor ref-confusion when using this action in form of uses: taiki-e/upload-rust-binary-action@v1.

1.28.0

11 Feb 09:53
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • bin, checksum, include, and asset input options now support whitespace (space, tab, and line) or comma separated list. Previously, only comma-separated list was supported. (#111)

  • Enable release immutability.

1.27.0

14 Jun 06:59
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

1.26.0

03 May 09:49
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • Add dry-run-intended input option to suppress informational warnings generated by dry-run (#100, thanks @eirnym)

1.25.0

26 Apr 20:43
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • Add tar-xz input option to upload .tar.xz archive. (#98, thanks @A4-Tacks)