Skip to content

Commit

Permalink
Fix release archive contents
Browse files Browse the repository at this point in the history
  • Loading branch information
ileitch committed Aug 23, 2024
1 parent 8b1ff07 commit 38e4058
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/release
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ if [ ! -f .release/periphery ]; then
exit 1
fi

cp LICENSE.md .release/
cp BUILD.bazel MODULE.bazel LICENSE.md .release/
cp -R bazel .release/
cp scripts/release_notes.md.template .release/release_notes.md

# Codesign
Expand Down

0 comments on commit 38e4058

Please sign in to comment.