Skip to content

Commit

Permalink
fixed child order
Browse files Browse the repository at this point in the history
  • Loading branch information
ImLucasBrown committed Nov 26, 2020
1 parent 42e0dbe commit b83bf23
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build/release.nxt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"collapse": {
"/CreateRelease/UploadMayaPlugin": false,
"/ValidatePushed/Push": false,
"/clone_fresh_source": true
"/clone_fresh_source": false
}
},
"nodes": {
Expand Down Expand Up @@ -151,6 +151,11 @@
"start_point": false,
"execute_in": "/GenerateChangelog",
"child_order": [
"copy_source",
"qt_py",
"make_resources",
"populate_mod_template",
"clean_up",
"zip_maya_plugin"
]
},
Expand Down

0 comments on commit b83bf23

Please sign in to comment.