Skip to content

Commit

Permalink
feat: modify workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxilin committed Jan 10, 2025
1 parent 3643c4e commit dcafd99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_node_shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,7 @@ jobs:
./configure --shared
make -j$(nproc)
- name: Package assets
run: |
cd out/Release
zip node-shared-linux-x64-${{ matrix.compiler }}.zip libnode.so.127

0 comments on commit dcafd99

Please sign in to comment.