From d7b77d945e0d5602efbddac3f8cef3df0503672e Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Tue, 12 May 2026 22:07:01 +0800 Subject: [PATCH] :hammer: Update build scripts Signed-off-by: Daniel <845765@qq.com> --- .github/workflows/cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index b01c81209..b7bf907b7 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -241,6 +241,7 @@ jobs: - name: Upload Release Assets env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_REPO: ${{ github.repository }} run: | VERSION=${{ needs.prepare.outputs.version }} REL_VER=${{ needs.prepare.outputs.release_version }}