Skip to content

Commit

Permalink
Fixes release tarbomb (ordinals#2473)
Browse files Browse the repository at this point in the history
  • Loading branch information
uzyn authored Sep 25, 2023
1 parent bd13122 commit fba0656
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 @@ -19,14 +19,14 @@ if [[ $OS == windows-latest ]]; then
fi

echo "Copying release files..."
mkdir dist
mkdir -p dist/ord-$VERSION
cp \
$EXECUTABLE \
Cargo.lock \
Cargo.toml \
LICENSE \
README.md \
$DIST
$DIST/ord-$VERSION

cd $DIST
echo "Creating release archive..."
Expand Down

0 comments on commit fba0656

Please sign in to comment.