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 cf5d8ba commit 9b3d3ebCopy full SHA for 9b3d3eb
.github/workflows/build.yml
@@ -34,13 +34,14 @@ jobs:
34
git clone --recursive https://github.com/uNetworking/uWebSockets.js.git
35
cd uWebSockets.js
36
if [ "${{ matrix.os }}" == "windows-latest" ]; then
37
- nmake
+ nmake || true
38
else
39
make
40
fi
41
cp dist/*.node . || true
42
cp dist/*.js . || true
43
git checkout master docs/index.d.ts && mv docs/index.d.ts . || true
44
+ git add *.node *.js index.d.ts || true
45
git fetch origin binaries:binaries
46
git checkout binaries
47
git status
0 commit comments