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 <[email protected]>
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