File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ jobs:
35
35
NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
36
36
- name : Prebuild and Publish
37
37
shell : bash
38
- run : node ./node_modules/prebuild/bin.js -t ${{ matrix.target }} --strip --include-regex "\.(node|dylib|dll)$" -u ${{ secrets.GITHUB_TOKEN }} --verbose
38
+ run : node ./node_modules/prebuild/bin.js -t ${{ matrix.target }} --strip --include-regex "\.(node|dylib|dll|so )$" -u ${{ secrets.GITHUB_TOKEN }} --verbose
39
39
- name : Prebuild and Publish (musl)
40
40
if : runner.os == 'Linux'
41
41
shell : bash
42
- run : node ./node_modules/prebuild/bin.js --libc=musl -t ${{ matrix.target }} --strip --include-regex "\.(node|dylib|dll)$" -u ${{ secrets.GITHUB_TOKEN }} --verbose
42
+ run : node ./node_modules/prebuild/bin.js --libc=musl -t ${{ matrix.target }} --strip --include-regex "\.(node|dylib|dll|so )$" -u ${{ secrets.GITHUB_TOKEN }} --verbose
43
43
- name : Attest
44
44
uses : actions/attest-build-provenance@v1
45
45
with :
You can’t perform that action at this time.
0 commit comments