GH: Move NAME_PREFIX to global settings
This commit is contained in:
parent
6c8eb009e2
commit
2cbd61f518
|
@ -28,6 +28,7 @@ env:
|
|||
SCONSFLAGS: production=yes tests=no verbose=yes warnings=extra werror=yes
|
||||
DOTNET_NOLOGO: true
|
||||
DOTNET_CLI_TELEMETRY_OPTOUT: true
|
||||
NAME_PREFIX: godot.${{inputs.godot-treeish}}.limboai+${{inputs.limboai-treeish}}
|
||||
|
||||
jobs:
|
||||
android-builds:
|
||||
|
@ -127,9 +128,6 @@ jobs:
|
|||
name: Make Android package
|
||||
needs: android-builds
|
||||
|
||||
env:
|
||||
NAME_PREFIX: godot.${{inputs.godot-treeish}}.limboai+${{inputs.limboai-treeish}}
|
||||
|
||||
steps:
|
||||
- name: Clone Godot
|
||||
uses: actions/checkout@v3
|
||||
|
|
|
@ -29,6 +29,7 @@ env:
|
|||
SCONSFLAGS: production=yes tests=no verbose=yes warnings=extra werror=yes
|
||||
DOTNET_NOLOGO: true
|
||||
DOTNET_CLI_TELEMETRY_OPTOUT: true
|
||||
NAME_PREFIX: godot.${{inputs.godot-treeish}}.limboai+${{inputs.limboai-treeish}}
|
||||
|
||||
jobs:
|
||||
|
||||
|
@ -135,9 +136,6 @@ jobs:
|
|||
name: Package iOS templates
|
||||
needs: ios-builds
|
||||
|
||||
env:
|
||||
NAME_PREFIX: godot.${{inputs.godot-treeish}}.limboai+${{inputs.limboai-treeish}}
|
||||
|
||||
steps:
|
||||
|
||||
- name: Clone Godot
|
||||
|
|
|
@ -28,6 +28,7 @@ env:
|
|||
SCONSFLAGS: production=yes tests=no verbose=yes warnings=extra werror=yes
|
||||
DOTNET_NOLOGO: true
|
||||
DOTNET_CLI_TELEMETRY_OPTOUT: true
|
||||
NAME_PREFIX: godot.${{inputs.godot-treeish}}.limboai+${{inputs.limboai-treeish}}
|
||||
|
||||
jobs:
|
||||
linux-builds:
|
||||
|
@ -180,7 +181,6 @@ jobs:
|
|||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
env:
|
||||
NAME_PREFIX: godot.${{inputs.godot-treeish}}.limboai+${{inputs.limboai-treeish}}
|
||||
NAME_EDITOR: ${{env.NAME_PREFIX}}.${{matrix.target}}.linux.${{matrix.arch}}${{ matrix.build-mono == true && '.mono' || '' }}
|
||||
NAME_TEMPLATES: ${{env.NAME_PREFIX}}.export-templates
|
||||
with:
|
||||
|
|
|
@ -29,9 +29,9 @@ env:
|
|||
SCONSFLAGS: production=yes tests=no verbose=yes warnings=extra werror=yes
|
||||
DOTNET_NOLOGO: true
|
||||
DOTNET_CLI_TELEMETRY_OPTOUT: true
|
||||
NAME_PREFIX: godot.${{inputs.godot-treeish}}.limboai+${{inputs.limboai-treeish}}
|
||||
|
||||
jobs:
|
||||
|
||||
macos-builds:
|
||||
runs-on: "macos-latest"
|
||||
name: ${{ matrix.name }}
|
||||
|
@ -198,9 +198,6 @@ jobs:
|
|||
name: Make macOS Bundles
|
||||
needs: macos-builds
|
||||
|
||||
env:
|
||||
NAME_PREFIX: godot.${{inputs.godot-treeish}}.limboai+${{inputs.limboai-treeish}}
|
||||
|
||||
steps:
|
||||
|
||||
- name: Clone Godot
|
||||
|
|
|
@ -29,6 +29,7 @@ env:
|
|||
SCONSFLAGS: use_static_cpp=yes debug_symbols=no lto=thin optimize=size verbose=yes warnings=extra werror=yes tests=no
|
||||
EM_VERSION: 3.1.18
|
||||
EM_CACHE_FOLDER: "emsdk-cache"
|
||||
NAME_PREFIX: godot.${{inputs.godot-treeish}}.limboai+${{inputs.limboai-treeish}}
|
||||
|
||||
jobs:
|
||||
web-builds:
|
||||
|
@ -56,7 +57,6 @@ jobs:
|
|||
|
||||
env:
|
||||
CACHE_NAME: godot.web.${{matrix.target}}${{ matrix.dlink_enabled == true && '.dlink' || '' }}
|
||||
NAME_PREFIX: godot.${{inputs.godot-treeish}}.limboai+${{inputs.limboai-treeish}}
|
||||
|
||||
steps:
|
||||
- name: Clone Godot
|
||||
|
|
|
@ -29,6 +29,7 @@ env:
|
|||
SCONSFLAGS: production=yes tests=no verbose=yes warnings=extra werror=yes
|
||||
DOTNET_NOLOGO: true
|
||||
DOTNET_CLI_TELEMETRY_OPTOUT: true
|
||||
NAME_PREFIX: godot.${{inputs.godot-treeish}}.limboai+${{inputs.limboai-treeish}}
|
||||
|
||||
jobs:
|
||||
windows-builds:
|
||||
|
@ -168,7 +169,6 @@ jobs:
|
|||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
env:
|
||||
NAME_PREFIX: godot.${{inputs.godot-treeish}}.limboai+${{inputs.limboai-treeish}}
|
||||
NAME_EDITOR: ${{env.NAME_PREFIX}}.${{matrix.target}}.windows.${{matrix.arch}}${{ matrix.build-mono == true && '.mono' || '' }}
|
||||
NAME_TEMPLATES: ${{env.NAME_PREFIX}}.export-templates
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue