Update Windows workflow to use the latest Godot repository and branch

This commit is contained in:
K. S. Ernest (iFire) Lee
2023-10-10 14:32:11 -07:00
parent d85a4322ef
commit 8c87cf15e0

View File

@@ -88,8 +88,8 @@ jobs:
# Clone Godot
- uses: actions/checkout@v2
with:
repository: v-sekai/godot
ref: groups-4.x
repository: godotengine/godot
ref: master
# Clone our module under the correct directory
- uses: actions/checkout@v2