Skip to content

Commit

Permalink
Don't include directories in release archive (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Jan 28, 2020
1 parent f3d5d12 commit 1a820a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/package
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a820a2

Please sign in to comment.