GHA: Add platform icons to test builds

This commit is contained in:
Serhii Snitsaruk 2023-08-29 10:01:25 +02:00
parent 2cc68b23ad
commit feab3c1ba9
1 changed files with 5 additions and 5 deletions

View File

@ -38,17 +38,17 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
include: include:
- name: Editor (x86_64, release) - name: 🐧 Editor (x86_64, release)
target: editor target: editor
arch: x86_64 arch: x86_64
build-mono: false build-mono: false
- name: Template (x86_64, release) - name: 🐧 Template (x86_64, release)
target: template_release target: template_release
arch: x86_64 arch: x86_64
build-mono: false build-mono: false
- name: Template (x86_64, debug) - name: 🐧 Template (x86_64, debug)
target: template_debug target: template_debug
arch: x86_64 arch: x86_64
build-mono: false build-mono: false
@ -136,12 +136,12 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
include: include:
- name: Editor .NET (x86_64, release) - name: 🪟 Editor .NET (x86_64, release)
target: editor target: editor
arch: x86_64 arch: x86_64
build-mono: true build-mono: true
- name: Template .NET (x86_64, release) - name: 🪟 Template .NET (x86_64, release)
target: template_release target: template_release
arch: x86_64 arch: x86_64
build-mono: true build-mono: true