Skip to content

Commit 5b7e8ec

Browse files
Update build.yml
1 parent 14a7efe commit 5b7e8ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
ls
3030
npm install ws
3131
node tests/smoke.js
32-
rm dist/*.node .
33-
rm dist/*.js .
32+
rm *.node
33+
rm *.js
3434
git fetch origin binaries:binaries
3535
git checkout binaries
3636
cp dist/*.node .

0 commit comments

Comments
 (0)