Skip to content

Commit

Permalink
Include completion scripts in release archives
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Jan 12, 2024
1 parent fbd4a43 commit 3cf8a64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/package
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@ fi

echo "Copying release files..."
mkdir dist
cp \
cp -r \
$EXECUTABLE \
Cargo.lock \
Cargo.toml \
GRAMMAR.md \
LICENSE \
README.md \
completions \
man/just.1 \
$DIST

Expand Down

0 comments on commit 3cf8a64

Please sign in to comment.