mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 17:26:01 +08:00
[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:
parent
4cdde9635a
commit
b18a92a0f9
11
.github/workflows/spine-godot-v4.yml
vendored
11
.github/workflows/spine-godot-v4.yml
vendored
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user