Checkout the repo
All checks were successful
Build Godot Engine / Build Windows ${{ matrix.name }} (godot-windows-debug, Debug Template, no, template_debug) (push) Successful in 22m8s
Build Godot Engine / Build Windows ${{ matrix.name }} (godot-windows-editor, Editor, yes, editor) (push) Successful in 34m29s
Build Godot Engine / Build Windows ${{ matrix.name }} (godot-windows-release, Release Template, yes, template_release) (push) Successful in 23m1s
Build Godot Engine / publish (push) Successful in 54s

This commit is contained in:
olof.pettersson
2025-12-03 10:24:24 +01:00
parent bf4cb1830e
commit a90daf08c2

View File

@ -61,6 +61,11 @@ jobs:
needs: build-windows
runs-on: ubuntu-latest
steps:
- name: Checkout Source
uses: actions/checkout@v3
with:
submodules: recursive
- name: Download All Artifacts
uses: actions/download-artifact@v3
with: