parent
78beac9009
commit
d77daedf56
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -16,7 +16,8 @@ on:
|
|||
env:
|
||||
GODOT_VERSION: "4.3"
|
||||
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
|
||||
jobs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue