We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d951510 commit 14a7efeCopy full SHA for 14a7efe
.github/workflows/build.yml
@@ -35,10 +35,11 @@ jobs:
35
git checkout binaries
36
cp dist/*.node .
37
cp dist/*.js .
38
+ git add *.node *.js
39
git rev-parse master > source_commit
40
${{ matrix.os != 'windows-latest' && 'git checkout master docs/index.d.ts && mv docs/index.d.ts .' || '' }}
41
git status
42
git config --global user.email "[email protected]"
43
git config --global user.name "Alex Hultman"
- git commit -a -m "[GitHub Actions] Updated ${{ matrix.os }} binaries" || true
44
+ git commit -m "[GitHub Actions] Updated ${{ matrix.os }} binaries" || true
45
git push "https://unetworkingab:${{ secrets.SECRET }}@github.com/uNetworking/uWebSockets.js" binaries
0 commit comments