Skip to content

Commit c612e86

Browse files
authored
Update main.yml
1 parent 766dd71 commit c612e86

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,17 @@ jobs:
3939
- name: Prepare Directories
4040
run: |
4141
rm -rf ./bin
42-
mkdir -p ./bin/ExportLinux ./bin/ExportWindows
42+
mkdir -p ./bin/ExportLinux/Unearth ./bin/ExportWindows/Unearth
4343
4444
- 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
4646

4747
- 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
4949

5050
- 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+
5353
- name: Upload Linux Artifacts
5454
uses: actions/upload-artifact@v3
5555
with:

0 commit comments

Comments
 (0)