Skip to content

Commit 5c35141

Browse files
authored
Merge pull request #96 from lostsnow/feature/v1.2.0
fixes release config
2 parents c66ce53 + 5ca1643 commit 5c35141

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-agent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
- name: Package
5353
run: |
54-
cp config-example.json config.json
54+
cp dongtai_agent_python/config-example.json dongtai_agent_python/config.json
5555
python setup.py sdist
5656
5757
- uses: manyuanrong/[email protected]

.github/workflows/update-test-agent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Package
2424
run: |
25-
cp config-example.json config.json
25+
cp dongtai_agent_python/config-example.json dongtai_agent_python/config.json
2626
python setup.py sdist
2727
2828
- uses: manyuanrong/[email protected]

0 commit comments

Comments
 (0)