mirror of
https://github.com/uNetworking/uWebSockets.js.git
synced 2025-12-30 03:02:09 -05:00
Fix syntax error in build.yml
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
||||
git checkout binaries
|
||||
cp dist/*.node .
|
||||
cp dist/*.js .
|
||||
git rev-parse master > source_commit'
|
||||
git rev-parse master > source_commit
|
||||
git checkout master docs/index.d.ts && mv docs/index.d.ts .
|
||||
git status
|
||||
git config --global user.email "alexhultman@gmail.com"
|
||||
|
||||
Reference in New Issue
Block a user