GHA: Don't include GodotSharp folder twice
This commit is contained in:
parent
eba867706b
commit
b0e31f569a
|
@ -211,6 +211,7 @@ jobs:
|
|||
pushd out/
|
||||
zip -r godot-limboai.editor.linux.zip *
|
||||
rm godot.*
|
||||
rm -rf GodotSharp/
|
||||
echo -e "## Why another ZIP inside?\n\nWorkaround for: https://github.com/actions/upload-artifact/issues/38\n" > README.md
|
||||
popd
|
||||
|
||||
|
|
Loading…
Reference in New Issue