File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,17 +39,17 @@ jobs:
39
39
- name : Prepare Directories
40
40
run : |
41
41
rm -rf ./bin
42
- mkdir -p ./bin/ExportLinux ./bin/ExportWindows
42
+ mkdir -p ./bin/ExportLinux/Unearth ./bin/ExportWindows/Unearth
43
43
44
44
- name : Export Godot Game (Linux)
45
- run : ./Godot_v3.5.3-stable_linux_headless.64 --export "Linux/X11" ./bin/ExportLinux/unearth-${{ steps.version_info.outputs.FULL_VERSION }}-linux .x86_64
45
+ run : ./Godot_v3.5.3-stable_linux_headless.64 --export "Linux/X11" ./bin/ExportLinux/Unearth/Unearth .x86_64
46
46
47
47
- name : Export Godot Game (Windows)
48
- run : ./Godot_v3.5.3-stable_linux_headless.64 --export "Windows Desktop" ./bin/ExportWindows/unearth-${{ steps.version_info.outputs.FULL_VERSION }}-windows .exe
48
+ run : ./Godot_v3.5.3-stable_linux_headless.64 --export "Windows Desktop" ./bin/ExportWindows/Unearth/Unearth .exe
49
49
50
50
- name : Replace Icon in Windows Export
51
- run : ./Godot_v3.5.3-stable_linux_headless.64 -s Art/ReplaceIcon.gd Art/UnearthIcon.ico ./bin/ExportWindows/unearth-${{ steps.version_info.outputs.FULL_VERSION }}-windows .exe
52
-
51
+ run : ./Godot_v3.5.3-stable_linux_headless.64 -s Art/ReplaceIcon.gd Art/UnearthIcon.ico ./bin/ExportWindows/Unearth/Unearth .exe
52
+
53
53
- name : Upload Linux Artifacts
54
54
uses : actions/upload-artifact@v3
55
55
with :
You can’t perform that action at this time.
0 commit comments