From 429268ad913689f3aec5229358fb1f8192aed764 Mon Sep 17 00:00:00 2001 From: eigen-frog Date: Sun, 22 Feb 2026 13:09:30 +0000 Subject: [PATCH] biuld.yml update. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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