Update source_commit on builds

This commit is contained in:
Alex Hultman 2021-01-15 04:37:54 +01:00 committed by GitHub
parent f9fba390b0
commit 5a245b528f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,7 @@ 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