Skip to content

Commit

Permalink
Update proto files pipeline
Browse files Browse the repository at this point in the history
Fixed incorrect path

Signed-off-by: AlexanderNtk <96421433+AlexanderNtk@users.noreply.github.com>
  • Loading branch information
AlexanderNtk authored Jun 6, 2024
1 parent a452253 commit 8967ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8967ed7

Please sign in to comment.