diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e5786d6d..08dbdb5f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,7 +45,7 @@ jobs: - uses: actions/checkout@v4 - name: Install pkg - run: npm install -g pkg + run: npm install -g @yao-pkg/pkg - name: Preparing... run: npm install