From 0afd0d814700f6f6da9c05a83f48582b6a45157f Mon Sep 17 00:00:00 2001 From: Alex Hultman Date: Sun, 24 Oct 2021 22:52:00 +0200 Subject: [PATCH] Update c-cpp.yml --- .github/workflows/c-cpp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 1397d60..aabd782 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -16,10 +16,10 @@ jobs: git clone --recursive https://github.com/uNetworking/uWebSockets.js.git cd uWebSockets.js nmake + git fetch origin binaries:binaries git checkout binaries xcopy /Y dist\*.node . git status - git pull origin binaries git config --global user.email "alexhultman@gmail.com" git config --global user.name "Alex Hultman" git commit -a -m "[GitHub Actions] Updated windows-latest binaries" @@ -39,10 +39,10 @@ jobs: git clone --recursive https://github.com/uNetworking/uWebSockets.js.git cd uWebSockets.js make + git fetch origin binaries:binaries git checkout binaries 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"