aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/templates/wizards/qtcreatorplugin/wizard.json
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/templates/wizards/qtcreatorplugin/wizard.json')
-rw-r--r--share/qtcreator/templates/wizards/qtcreatorplugin/wizard.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/share/qtcreator/templates/wizards/qtcreatorplugin/wizard.json b/share/qtcreator/templates/wizards/qtcreatorplugin/wizard.json
index cbaca648fe..443fa25c25 100644
--- a/share/qtcreator/templates/wizards/qtcreatorplugin/wizard.json
+++ b/share/qtcreator/templates/wizards/qtcreatorplugin/wizard.json
@@ -190,12 +190,12 @@
"openAsProject": true
},
{
- "source": "github_workflow_build_qmake.yml",
- "target": ".github/workflow/build_qmake.yml"
+ "source": "github_workflows_build_qmake.yml",
+ "target": ".github/workflows/build_qmake.yml"
},
{
- "source": "github_workflow_README.md",
- "target": ".github/workflow/README.md"
+ "source": "github_workflows_README.md",
+ "target": ".github/workflows/README.md"
},
{
"source": "myplugin.cpp",