You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Currently, this action is basically intended to be used in combination with an a
43
43
| no-default-features | false | Whether to disable cargo build default features | Boolean |`false`|
44
44
| tar | false | On which platform to distribute the `.tar.gz` file (all, unix, windows, or none) | String |`unix`|
45
45
| zip | false | On which platform to distribute the `.zip` file (all, unix, windows, or none) | String |`windows`|
46
-
| checksum | false | Comma-separated list of algorithms to be used for checksum (sha256, sha512, sha1, or md5)| String ||
46
+
| checksum | false | Comma-separated list of algorithms to be used for checksum (b2, sha256, sha512, sha1, or md5).<br>Note: b2 is not available by default on macOS, install `b2sum` to use it.| String ||
47
47
| include | false | Comma-separated list of additional files to be included to the archive | String ||
48
48
| asset | false | Comma-separated list of additional files to be uploaded separately | String ||
49
49
| leading-dir | false | Whether to create the leading directory in the archive or not | Boolean |`false`|
@@ -70,6 +70,7 @@ Currently, this action is basically intended to be used in combination with an a
0 commit comments