Use older name for OS specific installer workflows

Contributes to CURA-10831
This commit is contained in:
Jelle Spijker 2023-12-04 19:51:11 +01:00
parent b678951759
commit 260a73e14c
No known key found for this signature in database
GPG key ID: 034D1C0527888B65
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
name: Linux installers
name: Linux Installer
run-name: ${{ inputs.cura_conan_version }} by @${{ github.actor }}
on:

View file

@ -1,4 +1,4 @@
name: MacOS installers
name: MacOS Installer
run-name: ${{ inputs.cura_conan_version }} by @${{ github.actor }}
on:

View file

@ -1,4 +1,4 @@
name: Windows installers
name: Windows Installer
run-name: ${{ inputs.cura_conan_version }} by @${{ github.actor }}
on: