Fix build/update conflict
This commit is contained in:
parent
6008a08b38
commit
cb3bea9c3b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/c-cpp.yml
vendored
4
.github/workflows/c-cpp.yml
vendored
|
@ -39,11 +39,11 @@ jobs:
|
|||
cd uWebSockets.js
|
||||
make
|
||||
git checkout binaries
|
||||
git rev-parse master > source_commit
|
||||
git checkout master docs/index.d.ts && mv docs/index.d.ts .
|
||||
cp dist/*.node .
|
||||
git status
|
||||
git pull origin binaries
|
||||
git rev-parse master > source_commit
|
||||
git checkout master docs/index.d.ts && mv docs/index.d.ts .
|
||||
git config --global user.email "alexhultman@gmail.com"
|
||||
git config --global user.name "Alex Hultman"
|
||||
git commit -a -m "[GitHub Actions] Updated ${{ matrix.os }} binaries" || true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue