GHA: Don't include GodotSharp folder twice
This commit is contained in:
parent
eba867706b
commit
b0e31f569a
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue