From 41e79ad0dbd639fe2124dbc608465e7eac4a0b93 Mon Sep 17 00:00:00 2001 From: Nie Zhihe Date: Fri, 13 Feb 2026 11:37:39 +0800 Subject: [PATCH] chore: fix publish assets --- .github/workflows/build_node_shared.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_node_shared.yml b/.github/workflows/build_node_shared.yml index 6619ba1..760d6c9 100644 --- a/.github/workflows/build_node_shared.yml +++ b/.github/workflows/build_node_shared.yml @@ -375,4 +375,4 @@ jobs: if: startsWith(github.ref, 'refs/tags/') with: files: | - "**/node-shared-${{ matrix.platform }}-${{ matrix.arch }}-${{ matrix.compiler }}.zip" \ No newline at end of file + **/node-shared-${{ matrix.platform }}-${{ matrix.arch }}-${{ matrix.compiler }}.zip \ No newline at end of file