Skip to content

Commit 9b4bd32

Browse files
committed
Fix executable name
1 parent b1e3811 commit 9b4bd32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ExportGodot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383

8484
- name: Make Godot and butler executable and set up environment
8585
run: |
86-
chmod +x godot.linuxbsd.editor.x86_64
86+
chmod +x godot_server.x86_64
8787
chmod +x butler
8888
echo "$PWD" >> $GITHUB_PATH
8989
echo "GODOT_TEMPLATES_DIR=$PWD/templates" >> $GITHUB_ENV

0 commit comments

Comments
 (0)