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 09:56:55 UTC

[rocketmq-clients] branch master updated: 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


The following commit(s) were added to refs/heads/master by this push:
     new cf29ae4  Fix GitHub Action working directory for C#
     new bcfd327  Merge pull request #2 from aaron-ai/pr
cf29ae4 is described below

commit cf29ae4ae4bd1ba3ed4d271c54c733dd582d20de
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 52c9e7c..21d7242 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -13,6 +13,7 @@ jobs:
             5.0.x
             6.0.x
       - name: Build artifacts
+        working-directory: ./csharp
         run: |
           dotnet --version
           dotnet build