1
0
mirror of https://github.com/casey/just synced 2024-07-08 20:16:14 +00:00

Don't include directories in release archive (#583)

This commit is contained in:
Casey Rodarmor 2020-01-28 02:55:30 -08:00 committed by GitHub
parent f3d5d124a4
commit 1a820a2899
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,14 +28,14 @@ esac
echo "Copying release files..."
mkdir dist
cp -r \
cp \
$executable \
Cargo.lock \
Cargo.toml \
GRAMMAR.md \
LICENSE \
README.adoc \
man \
man/just.1 \
$dist
cd $dist