Skip to content

Commit

Permalink
update debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrieber committed Apr 7, 2024
1 parent 3fe863e commit 8559dd5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
mkdir -p /github/home/.local/share/godot/export_templates/4.2.1.stable/
cp -r /godot/templates/* /github/home/.local/share/godot/export_templates/4.2.1.stable/


echo "1"
echo $1

echo "2"
echo $2

echo "3"
echo $3

echo "PROJECT"

echo `ls /github/workspace/project`
Expand Down

0 comments on commit 8559dd5

Please sign in to comment.