Skip to content

Commit 840abc0

Browse files
committed
Include SECURITY.md in release archives
1 parent 717be37 commit 840abc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/archive/package.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ for crate in $(pkg/list-binaries.sh); do
1818
cp "target/$TARGET/release/${crate}${bin_ext}" "$STAGING/bin/"
1919
done
2020

21-
cp -r README.md LICENSE "$STAGING/doc/"
21+
cp -r README.md SECURITY.md LICENSE "$STAGING/doc/"
2222

2323
if [[ "$TARGET" == *-windows-* ]]; then
2424
7z a "${STAGING}.zip" "$STAGING"

0 commit comments

Comments
 (0)