File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 32
32
run : node ./install_ffmpeg.js
33
33
34
34
- name : prebuild for Linux (x64)
35
- run : npx prebuild --runtime napi --arch x64 --include-regex '(\.node)$' --upload ${{ secrets.GITHUB_TOKEN }}
35
+ run : npx prebuild --runtime napi --arch x64 --include-regex '(\.node|\.dylib|ffmpeg|ffprobe )$' --upload ${{ secrets.GITHUB_TOKEN }}
36
36
37
37
windows-package :
38
38
permissions :
@@ -89,10 +89,10 @@ jobs:
89
89
run : node ./install_ffmpeg.js --arch arm64
90
90
91
91
- name : prebuild Release for macOS (x64)
92
- run : npx prebuild --runtime napi --arch x64 --include-regex '(\.node|\.dylib)$' --verbose --upload ${{ secrets.GITHUB_TOKEN }}
92
+ run : npx prebuild --runtime napi --arch x64 --include-regex '(\.node|\.dylib|ffmpeg|ffprobe )$' --verbose --upload ${{ secrets.GITHUB_TOKEN }}
93
93
94
94
- name : clean build directory for cross-compiling
95
95
run : rm ./build/Release/*.dylib || true
96
96
97
97
- name : prebuild Release for macOS (arm64)
98
- run : npx prebuild --runtime napi --arch arm64 --include-regex '(\.node|\.dylib)$' --verbose --upload ${{ secrets.GITHUB_TOKEN }}
98
+ run : npx prebuild --runtime napi --arch arm64 --include-regex '(\.node|\.dylib|ffmpeg|ffprobe )$' --verbose --upload ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " beamcoder-prebuild" ,
3
- "version" : " 0.7.1-rc.12 " ,
3
+ "version" : " 0.7.1-rc.14 " ,
4
4
"description" : " Node.js native bindings to FFmpeg." ,
5
5
"main" : " index.js" ,
6
6
"types" : " index.d.ts" ,
54
54
"bindings" : " ^1.5.0" ,
55
55
"prebuild-install" : " ^6.0.0" ,
56
56
"segfault-handler" : " ^1.3.0" ,
57
- "ffmpeg-ffprobe-static" : " ^6.1.1-rc.5"
58
57
},
59
58
"devDependencies" : {
60
59
"eslint" : " ^8.9.0" ,
61
60
"node-gyp" : " ^9.4.1" ,
62
61
"patch-package" : " ^6.2.2" ,
63
62
"prebuild" : " ^12.1.0" ,
63
+ "ffmpeg-ffprobe-static" : " ^6.1.1-rc.5" ,
64
64
"tape" : " ^5.5.2"
65
65
},
66
66
"overrides" : {
You can’t perform that action at this time.
0 commit comments