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 进行发布