Skip to content

Commit 14a7efe

Browse files
Update build.yml
1 parent d951510 commit 14a7efe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@ jobs:
3535
git checkout binaries
3636
cp dist/*.node .
3737
cp dist/*.js .
38+
git add *.node *.js
3839
git rev-parse master > source_commit
3940
${{ matrix.os != 'windows-latest' && 'git checkout master docs/index.d.ts && mv docs/index.d.ts .' || '' }}
4041
git status
4142
git config --global user.email "[email protected]"
4243
git config --global user.name "Alex Hultman"
43-
git commit -a -m "[GitHub Actions] Updated ${{ matrix.os }} binaries" || true
44+
git commit -m "[GitHub Actions] Updated ${{ matrix.os }} binaries" || true
4445
git push "https://unetworkingab:${{ secrets.SECRET }}@github.com/uNetworking/uWebSockets.js" binaries

0 commit comments

Comments
 (0)