Skip to content

Commit

Permalink
fix: pkg打包
Browse files Browse the repository at this point in the history
  • Loading branch information
bangbang93 committed Aug 3, 2023
1 parent 418ca23 commit 886fb17
Show file tree
Hide file tree
Showing 3 changed files with 1,441 additions and 10 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
with:
node-version: '16'
- run: npm ci
- run: npm run pkg
- run: |
npm run build:esbuild
npm run pkg
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down
Loading

0 comments on commit 886fb17

Please sign in to comment.