Skip to content

Commit 8167211

Browse files
authored
Fix build_save-agent_reusable.yml (#2893)
- fixed module name for `save-demo-agent`
1 parent a6caa85 commit 8167211

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_save-agent_reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Set save-demo-agent build task
3737
if: inputs.build-save-demo-agent
3838
run: |
39-
echo SAVE_DEMO_AGENT_GRADLE_TASK=':save-agent:copyAgentDistribution' >> $GITHUB_ENV
39+
echo SAVE_DEMO_AGENT_GRADLE_TASK=':save-demo-agent:copyAgentDistribution' >> $GITHUB_ENV
4040
4141
- name: Store Kotlin version in env
4242
run: |

0 commit comments

Comments
 (0)