Skip to content

Commit

Permalink
prepare for the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
chengniansun committed Nov 7, 2023
1 parent 2e3856f commit 903a5a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/copy_to_public_repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,8 @@ for entry in $(git -C "$PUBLIC_REPO_DIR" ls-tree --name-only HEAD); do
cp -rf "$(basename "${entry}")" "${PUBLIC_REPO_DIR}/"
done

for entry in $(find . -maxdepth 1 -type f); do
cp "${entry}" "${PUBLIC_REPO_DIR}/"
done
echo
echo "Done."

0 comments on commit 903a5a0

Please sign in to comment.