From 97dd97901f76acae47f8fe51391db7aa8b574ac2 Mon Sep 17 00:00:00 2001 From: xBoyMinemc <86919167+xBoyMinemc@users.noreply.github.com> Date: Mon, 4 Nov 2024 22:48:53 +0800 Subject: [PATCH] Update node.js.yml --- .github/workflows/node.js.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 3c2cdc5..43b46c1 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -3,7 +3,7 @@ name: Build and Release on: push: branches: - - main + - what-is-the-tsc-say jobs: build-and-release: @@ -36,6 +36,6 @@ jobs: - name: Release uses: softprops/action-gh-release@v1 with: - files: build/* + files: ./node_modules/* env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # 使用 GitHub 提供的 token 进行发布