From 4a0eee6bd00337c77574ce0ebb7afde7b31b1a81 Mon Sep 17 00:00:00 2001 From: Pil0tXia Date: Sat, 20 Apr 2024 13:12:48 +0800 Subject: [PATCH] Fix relative path --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 253f1466..27d6ab9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,8 +90,8 @@ jobs: working-directory: eventmesh run: ./gradlew clean dist -x spotlessJava -x generateGrammarSource --parallel --daemon && ./gradlew installPlugin - - name: Copy configuration files - run: cp config/eventmesh.properties eventmesh/dist/conf/eventmesh.properties + - name: Apply configuration file + run: cp .github/workflows/config/eventmesh.properties eventmesh/dist/conf/eventmesh.properties - name: Set up Meta working-directory: nacos