You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by aa...@apache.org on 2022/06/17 10:28:26 UTC

[rocketmq-clients] 06/06: Fix GitHub Action working directory for C#

This is an automated email from the ASF dual-hosted git repository.

aaronai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git

commit 05fa426e13b4c78a7ad31524d1e99750dfb788c6
Author: Aaron Ai <ya...@gmail.com>
AuthorDate: Fri Jun 17 17:51:07 2022 +0800

    Fix GitHub Action working directory for C#
---
 .github/workflows/main.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index cdea878..aeb0b93 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -51,6 +51,7 @@ jobs:
             5.0.x
             6.0.x
       - name: Build artifacts
+        working-directory: ./csharp
         run: |
           dotnet --version
           dotnet build