Skip to content

Commit 7ab9aa7

Browse files
committed
Fix windows Godot unzip
1 parent 3bcd760 commit 7ab9aa7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
curl --location $GODOT_RELEASE_URL --output godot.zip
4444
unzip godot.zip
45-
mv Godot_* godot.exe
45+
mv Godot_*.exe godot.exe
4646
env:
4747
GODOT_RELEASE_URL: https://github.com/godotengine/godot/releases/download/3.5.1-stable/Godot_v3.5.1-stable_win64.exe.zip
4848
- name: Build and test

0 commit comments

Comments
 (0)