Remove stray backslash
All checks were successful
Build Godot Engine / Build Windows ${{ matrix.name }} (godot-windows-debug, Debug Template, no, template_debug) (push) Successful in 40m0s
Build Godot Engine / Build Windows ${{ matrix.name }} (godot-windows-editor, Editor, yes, editor) (push) Successful in 34m26s
Build Godot Engine / Build Windows ${{ matrix.name }} (godot-windows-release, Release Template, yes, template_release) (push) Successful in 22m50s

This commit is contained in:
2025-12-02 15:35:34 +01:00
parent 1375e0ceea
commit 7acb86143e

View File

@ -52,4 +52,4 @@ buildah run \
# --- 6. CLEANUP ---
echo "Build successful. Removing container..."
buildah rm --storage-driver=vfs \ "$CTR"
buildah rm --storage-driver=vfs "$CTR"