Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrieber authored Sep 29, 2024
1 parent c72840f commit 6d3978d
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.3.st

#echo "/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
/godot/Godot_v4.3-stable_linux.x86_64 --headless --path /github/workspace/$3 $2 $1

0 comments on commit 6d3978d

Please sign in to comment.