[godot] Remove debug logging job. You can get the same info when expanding the undiscoverable little arrows in the job logs.

This commit is contained in:
Mario Zechner 2023-07-24 10:52:24 +02:00
parent 4cdde9635a
commit b18a92a0f9

View File

@ -41,17 +41,6 @@ env:
GODOT_MONO_UPLOAD_SUFFIX: ${{ inputs.godot_mono == true && '-mono' || '' }} GODOT_MONO_UPLOAD_SUFFIX: ${{ inputs.godot_mono == true && '-mono' || '' }}
jobs: jobs:
print_parameters:
runs-on: ubuntu-latest
steps:
- name: Print build parameters
shell: bash
run: |
echo "GODOT_TAG: $GODOT_TAG"
echo "GODOT_VERSION: $GODOT_VERSION"
echo "GODOT_MONO: $GODOT_MONO"
echo "GODOT_MONO_UPLOAD_SUFFIX: $GODOT_MONO_UPLOAD_SUFFIX"
env
godot-editor-windows: godot-editor-windows:
runs-on: windows-latest runs-on: windows-latest