Skip to content

Commit dcafd99

Browse files
committed
feat: modify workflow
1 parent 3643c4e commit dcafd99

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build_node_shared.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,7 @@ jobs:
3434
./configure --shared
3535
make -j$(nproc)
3636
37+
- name: Package assets
38+
run: |
3739
cd out/Release
3840
zip node-shared-linux-x64-${{ matrix.compiler }}.zip libnode.so.127

0 commit comments

Comments
 (0)