GHA: Don't include GodotSharp folder twice

This commit is contained in:
Serhii Snitsaruk 2024-03-11 13:46:48 +01:00
parent eba867706b
commit b0e31f569a
1 changed files with 1 additions and 0 deletions

View File

@ -211,6 +211,7 @@ jobs:
pushd out/ pushd out/
zip -r godot-limboai.editor.linux.zip * zip -r godot-limboai.editor.linux.zip *
rm godot.* 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 echo -e "## Why another ZIP inside?\n\nWorkaround for: https://github.com/actions/upload-artifact/issues/38\n" > README.md
popd popd