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
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:
@ -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"
|
||||
Reference in New Issue
Block a user