We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bcd760 commit 7ab9aa7Copy full SHA for 7ab9aa7
1 file changed
.github/workflows/test.yml
@@ -42,7 +42,7 @@ jobs:
42
run: |
43
curl --location $GODOT_RELEASE_URL --output godot.zip
44
unzip godot.zip
45
- mv Godot_* godot.exe
+ mv Godot_*.exe godot.exe
46
env:
47
GODOT_RELEASE_URL: https://github.com/godotengine/godot/releases/download/3.5.1-stable/Godot_v3.5.1-stable_win64.exe.zip
48
- name: Build and test
0 commit comments