diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fb4d87e9..326290ac 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -131,4 +131,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | set -e - gh release upload release-latest artifacts/** --clobber \ No newline at end of file + find artifacts -type f -print0 | xargs -0 gh release upload release-latest --clobber \ No newline at end of file