Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrieber authored Apr 26, 2024
1 parent 01a123d commit 698a8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ cp -r /godot/templates/* /github/home/.local/share/godot/export_templates/4.2.2.

#echo "/godot/Godot_v4.2.1-stable_linux.x86_64 --headless --path /github/workspace/$3 $2 $1"

/godot/Godot_v4.2.1-stable_linux.x86_64 --headless --path /github/workspace/$3 $2 $1
/godot/Godot_v4.2.2-stable_linux.x86_64 --headless --path /github/workspace/$3 $2 $1

0 comments on commit 698a8c5

Please sign in to comment.