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 f02b69a commit 2d0a7dcCopy full SHA for 2d0a7dc
.github/workflows/build.yml
@@ -25,6 +25,7 @@ jobs:
25
git clone --recursive https://github.com/uNetworking/uWebSockets.js.git
26
cd uWebSockets.js
27
${{ matrix.os == 'windows-latest' && 'nmake' || 'make' }}
28
+ ls dist
29
git fetch origin binaries:binaries
30
git checkout binaries
31
cp dist/*.node .
0 commit comments