File tree Expand file tree Collapse file tree 4 files changed +36
-9
lines changed Expand file tree Collapse file tree 4 files changed +36
-9
lines changed Original file line number Diff line number Diff line change 88
88
name : macos-${{matrix.nodejs}}-${{matrix.arch}}
89
89
path : build/stage/*/*.tar.gz
90
90
91
+ - name : Upload binaries to release
92
+ uses : svenstaro/upload-release-action@v2
93
+ with :
94
+ repo_token : ${{ secrets.GITHUB_TOKEN }}
95
+ file : build/stage/*/*.tar.gz
96
+ tag : ${{ github.ref }}
97
+ overwrite : true
98
+ file_glob : true
99
+
91
100
linux-napi :
92
101
name : Build NAPI ${{matrix.image}} - Node ${{matrix.nodejs}} - ${{matrix.cpu.platform}}
93
102
runs-on : ubuntu-22.04
@@ -140,6 +149,15 @@ jobs:
140
149
name : ${{matrix.image}}-${{matrix.nodejs}}-${{matrix.cpu.platform}}
141
150
path : build/stage/*/*.tar.gz
142
151
152
+ - name : Upload binaries to release
153
+ uses : svenstaro/upload-release-action@v2
154
+ with :
155
+ repo_token : ${{ secrets.GITHUB_TOKEN }}
156
+ file : build/stage/*/*.tar.gz
157
+ tag : ${{ github.ref }}
158
+ overwrite : true
159
+ file_glob : true
160
+
143
161
windows-napi :
144
162
name : Build NAPI windows - Node ${{matrix.nodejs}} - ${{matrix.arch}}
145
163
runs-on : windows-2022
@@ -209,3 +227,12 @@ jobs:
209
227
with :
210
228
name : windows-${{matrix.nodejs}}-${{matrix.arch}}
211
229
path : build/stage/*/*.tar.gz
230
+
231
+ - name : Upload binaries to release
232
+ uses : svenstaro/upload-release-action@v2
233
+ with :
234
+ repo_token : ${{ secrets.GITHUB_TOKEN }}
235
+ file : build/stage/*/*.tar.gz
236
+ tag : ${{ github.ref }}
237
+ overwrite : true
238
+ file_glob : true
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " pulsar-client" ,
3
- "version" : " 1.12.0-rc.0 " ,
2
+ "name" : " shibaodi- pulsar-client" ,
3
+ "version" : " 1.11.1-fix.1 " ,
4
4
"description" : " Pulsar Node.js client" ,
5
5
"main" : " index.js" ,
6
6
"types" : " index.d.ts" ,
61
61
"binary" : {
62
62
"module_name" : " pulsar" ,
63
63
"module_path" : " ./lib/binding/" ,
64
- "host" : " https://archive.apache.org/dist /pulsar/pulsar -client-node/" ,
65
- "remote_path" : " pulsar-client-node- {version}" ,
64
+ "host" : " https://github.com/shibd /pulsar-client-node/releases/download /" ,
65
+ "remote_path" : " v {version}" ,
66
66
"package_name" : " napi-{platform}-{libc}-{arch}.tar.gz"
67
67
}
68
68
}
Original file line number Diff line number Diff line change 1
- CPP_CLIENT_BASE_URL=https://archive.apache.org/dist/ pulsar/pulsar -client-cpp-3.5.1
1
+ CPP_CLIENT_BASE_URL=https://cpp-client-hot-release.s3.ap-southeast-2.amazonaws.com/ pulsar-client-cpp-3.5.1-fix4
2
2
CPP_CLIENT_VERSION=3.5.1
You can’t perform that action at this time.
0 commit comments