From 8967ed750e845fa69ec0ee7399b11df1468ffd3c Mon Sep 17 00:00:00 2001 From: AlexanderNtk <96421433+AlexanderNtk@users.noreply.github.com> Date: Thu, 6 Jun 2024 17:19:55 +0500 Subject: [PATCH] Update proto files pipeline Fixed incorrect path Signed-off-by: AlexanderNtk <96421433+AlexanderNtk@users.noreply.github.com> --- .github/workflows/makefile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index c009cdfc..29acac66 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -33,7 +33,7 @@ jobs: - name: Copy Proto Files run: | rm -rf sgejs/proto/sge - cp -r sge/proto/sgenetwork/sge sgejs/proto + cp -r sge/proto/sgenetwork sgejs/proto git -C sgejs add -u . git -C sgejs status git -C sgejs config user.email "action@github.com"