Skip to content

Commit

Permalink
Fix relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
Pil0tXia committed Apr 20, 2024
1 parent 6c98b52 commit 4a0eee6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4a0eee6

Please sign in to comment.