Browse Source

Use generic job name

Jelle Spijker 1 year ago
parent
commit
139c46fc9d
3 changed files with 3 additions and 3 deletions
  1. 1 1
      .github/workflows/linux.yml
  2. 1 1
      .github/workflows/macos.yml
  3. 1 1
      .github/workflows/windows.yml

+ 1 - 1
.github/workflows/linux.yml

@@ -45,7 +45,7 @@ env:
   STAGING: ${{ inputs.staging || false }}
 
 jobs:
-  windows-installer:
+  installer:
     uses: ultimaker/cura-workflows/.github/workflows/cura-installer-linux.yml@main
     with:
       cura_conan_version: ${{ inputs.cura_conan_version }}

+ 1 - 1
.github/workflows/macos.yml

@@ -49,7 +49,7 @@ env:
   STAGING: ${{ inputs.staging || false }}
 
 jobs:
-  windows-installer:
+  installer:
     uses: ultimaker/cura-workflows/.github/workflows/cura-installer-macos.yml@main
     with:
       cura_conan_version: ${{ inputs.cura_conan_version }}

+ 1 - 1
.github/workflows/windows.yml

@@ -45,7 +45,7 @@ env:
   STAGING: ${{ inputs.staging || false }}
 
 jobs:
-  windows-installer:
+  installer:
     uses: ultimaker/cura-workflows/.github/workflows/cura-installer-windows.yml@main
     with:
       cura_conan_version: ${{ inputs.cura_conan_version }}