File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -106,10 +106,8 @@ jobs:
106
106
retention-days : 7
107
107
108
108
- name : Upload binaries to GitHub Release
109
- run : yarn upload
109
+ run : yarn upload --upload-all ${{ github.token }}
110
110
if : matrix.node == 18 && startsWith(github.ref, 'refs/tags/')
111
- env :
112
- GITHUB_TOKEN : ${{ github.token }}
113
111
114
112
build-qemu :
115
113
runs-on : ubuntu-latest
@@ -162,7 +160,5 @@ jobs:
162
160
retention-days : 7
163
161
164
162
- name : Upload binaries to GitHub Release
165
- run : yarn install --ignore-scripts && yarn upload
163
+ run : yarn install --ignore-scripts && yarn upload --upload-all ${{ github.token }}
166
164
if : matrix.node == 18 && startsWith(github.ref, 'refs/tags/')
167
- env :
168
- GITHUB_TOKEN : ${{ github.token }}
Original file line number Diff line number Diff line change 69
69
"install" : " prebuild-install -r napi || node-gyp rebuild" ,
70
70
"prebuild" : " prebuild --runtime napi --all --verbose" ,
71
71
"rebuild" : " node-gyp rebuild" ,
72
- "upload" : " prebuild --verbose --prerelease --upload-all ${GITHUB_TOKEN} " ,
72
+ "upload" : " prebuild --verbose --prerelease" ,
73
73
"test" : " node test/support/createdb.js && mocha -R spec --timeout 480000"
74
74
},
75
75
"license" : " BSD-3-Clause" ,
You can’t perform that action at this time.
0 commit comments