From 12cbc7d47b4af4df7a7467ead802ab89de9bcfdd Mon Sep 17 00:00:00 2001 From: uye <99072975+ABA2396@users.noreply.github.com> Date: Wed, 11 Jun 2025 00:31:31 +0800 Subject: [PATCH] ci: Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bab84f71d2..a0fa84aea6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -560,7 +560,7 @@ jobs: find . -type f | while read f; do mv -fvt . $f; done - name: Release to Github - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v2.2.2 with: body_path: CHANGELOG.md files: |