Skip to content

Commit 815e862

Browse files
committed
chore: edge case on release script
1 parent dd22b2c commit 815e862

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tools/Release.nu

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ def main [version: string, --dry] {
3434

3535
cd $ecsact_unreal_codegen_dir;
3636
^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;
3739
cd $plugin_dir;
3840
fetch-third-party;
3941
package-plugin;

0 commit comments

Comments
 (0)