Skip to content

Commit 2c2002c

Browse files
Update build.yml
1 parent cd91087 commit 2c2002c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@ jobs:
2424
git clone --recursive https://github.com/uNetworking/uWebSockets.js.git
2525
cd uWebSockets.js
2626
${{ matrix.os == 'windows-latest' && 'nmake' || 'make' }}
27-
cd dist
27+
cp dist/*.node .
28+
cp dist/*.js .
2829
npm install ws
2930
node tests/smoke.js
30-
cd ..
31+
rm dist/*.node .
32+
rm dist/*.js .
3133
git fetch origin binaries:binaries
3234
git checkout binaries
3335
cp dist/*.node .

0 commit comments

Comments
 (0)