Fix release script (#368)

This commit is contained in:
Félix Saparelli 2022-09-10 23:59:41 +12:00 committed by GitHub
parent b89a4a56b8
commit 9372ea4e53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,6 @@ for o in outputs/*; do
pushd "$o"
chmod +x cargo-binstall*
cp ../../LICENSE.txt ../../README.md .
target=$(basename "$o" | cut -d. -f1)
if grep -qE '(apple|windows)' <<< "$target"; then