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