Skip to content

Commit 66d9882

Browse files
authored
Fix publish license path (#7927)
1 parent cdf4311 commit 66d9882

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/publish.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ pushd crates
5151
for crate in "${crates[@]}"
5252
do
5353
echo "Publishing ${crate}"
54-
cp ../docs/LICENSE-MIT "$crate"
55-
cp ../docs/LICENSE-APACHE "$crate"
54+
cp ../LICENSE-MIT "$crate"
55+
cp ../LICENSE-APACHE "$crate"
5656
pushd "$crate"
5757
git add LICENSE-MIT LICENSE-APACHE
5858
cargo publish --no-verify --allow-dirty

0 commit comments

Comments
 (0)