Update build.yml

This commit is contained in:
uNetworkingAB
2025-10-24 12:29:33 +02:00
committed by GitHub
parent cd9108737c
commit 2c2002ccf6

View File

@@ -24,10 +24,12 @@ jobs:
git clone --recursive https://github.com/uNetworking/uWebSockets.js.git
cd uWebSockets.js
${{ matrix.os == 'windows-latest' && 'nmake' || 'make' }}
cd dist
cp dist/*.node .
cp dist/*.js .
npm install ws
node tests/smoke.js
cd ..
rm dist/*.node .
rm dist/*.js .
git fetch origin binaries:binaries
git checkout binaries
cp dist/*.node .