We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd22b2c commit 815e862Copy full SHA for 815e862
Tools/Release.nu
@@ -34,6 +34,8 @@ def main [version: string, --dry] {
34
35
cd $ecsact_unreal_codegen_dir;
36
^bazel run //:CopyDist;
37
+ # TODO: the unreal packaging tools read the bazel symlinks. We need to either disable them or get unreal packaging tools to ignore them
38
+ ^bazel clean;
39
cd $plugin_dir;
40
fetch-third-party;
41
package-plugin;
0 commit comments