fix it
Some checks failed
CI / build (push) Has been cancelled

This commit is contained in:
ultrablob 2025-02-06 18:05:31 -05:00
parent 78beac9009
commit d77daedf56

View file

@ -16,7 +16,8 @@ on:
env: env:
GODOT_VERSION: "4.3" GODOT_VERSION: "4.3"
GODOT_BUILD: "stable" GODOT_BUILD: "stable"
BUILD_TYPE: "{{ env.GITHUB_EVENT_NAME == "push" && "release" || "debug" }}" BUILD_TYPE: >
{{ env.GITHUB_EVENT_NAME == "push" && "release" || "debug" }}
# A workflow run is made up of one or more jobs that can run sequentially or in parallel # A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs: jobs: