We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd91087 commit 2c2002cCopy full SHA for 2c2002c
.github/workflows/build.yml
@@ -24,10 +24,12 @@ jobs:
24
git clone --recursive https://github.com/uNetworking/uWebSockets.js.git
25
cd uWebSockets.js
26
${{ matrix.os == 'windows-latest' && 'nmake' || 'make' }}
27
- cd dist
+ cp dist/*.node .
28
+ cp dist/*.js .
29
npm install ws
30
node tests/smoke.js
- cd ..
31
+ rm dist/*.node .
32
+ rm dist/*.js .
33
git fetch origin binaries:binaries
34
git checkout binaries
35
cp dist/*.node .
0 commit comments