Skip to content

Commit

Permalink
Fix: include scarb-cairo-language-server in release archives
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaput committed May 5, 2023
1 parent 878f6b7 commit f5459f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/package-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ mkdir -p \
"$STAGING/bin/" \
"$STAGING/share/doc/scarb/"

for crate in "scarb"; do
for crate in "scarb" "scarb-cairo-language-server"; do
cp "target/$TARGET/release/${crate}${bin_ext}" "$STAGING/bin/"
done

Expand Down

0 comments on commit f5459f4

Please sign in to comment.