diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8dc5748c6a..6851feae91 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -279,7 +279,8 @@ jobs: - run: | mv -vf assets/changelog/* . cd assets - find . -type f | xargs mv -fvt . + # find . -type f | xargs mv -fvt . + find . -type f | while read f; do mv -fvt . $f; done - uses: softprops/action-gh-release@v1 with: body_path: CHANGELOG.md