Skip to content

Commit

Permalink
GHA: Remove project.godot from GDExtension build
Browse files Browse the repository at this point in the history
  • Loading branch information
limbonaut committed Feb 15, 2024
1 parent 91f3148 commit b220a9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gdextension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,8 @@ jobs:
mkdir out
mv demo/addons/ out/
cp limboai/{README,LICENSE,LOGO_LICENSE}.md out/addons/limboai/
cp -R limboai/demo/* out/
cp -R limboai/demo/demo/ out/demo/
cp limboai/demo/LICENSE_ASSETS.md out/demo/
rm -f out/addons/limboai/bin/*.{exp,lib,pdb}
echo "---"
ls -R out/
Expand Down

0 comments on commit b220a9f

Please sign in to comment.