Skip to content

Commit

Permalink
fix(package): jar not packaged
Browse files Browse the repository at this point in the history
Signed-off-by: Markus <28785953+MarkusJx@users.noreply.github.com>
  • Loading branch information
MarkusJx committed Mar 3, 2024
1 parent 4cd2d8b commit a505077
Show file tree
Hide file tree
Showing 6 changed files with 321 additions and 260 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ jobs:
- name: Create package
if: ${{matrix.node-version == '18'}}
run: |
node -e 'let p=require("./package.json");p.files.push("dist/*.node", "dist/*.jar");require("fs").writeFileSync("package.json",JSON.stringify(p,null,4))'
node -e 'let p=require("./package.json");p.files.push("dist/*.node");require("fs").writeFileSync("package.json",JSON.stringify(p,null,4))'
npm pack
- name: Upload package
uses: actions/upload-artifact@v4
Expand Down
Loading

0 comments on commit a505077

Please sign in to comment.