mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 05:45:59 +08:00
Use generic job name
This commit is contained in:
parent
aebd5f32c5
commit
139c46fc9d
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@ -45,7 +45,7 @@ env:
|
|||||||
STAGING: ${{ inputs.staging || false }}
|
STAGING: ${{ inputs.staging || false }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
windows-installer:
|
installer:
|
||||||
uses: ultimaker/cura-workflows/.github/workflows/cura-installer-linux.yml@main
|
uses: ultimaker/cura-workflows/.github/workflows/cura-installer-linux.yml@main
|
||||||
with:
|
with:
|
||||||
cura_conan_version: ${{ inputs.cura_conan_version }}
|
cura_conan_version: ${{ inputs.cura_conan_version }}
|
||||||
|
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@ -49,7 +49,7 @@ env:
|
|||||||
STAGING: ${{ inputs.staging || false }}
|
STAGING: ${{ inputs.staging || false }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
windows-installer:
|
installer:
|
||||||
uses: ultimaker/cura-workflows/.github/workflows/cura-installer-macos.yml@main
|
uses: ultimaker/cura-workflows/.github/workflows/cura-installer-macos.yml@main
|
||||||
with:
|
with:
|
||||||
cura_conan_version: ${{ inputs.cura_conan_version }}
|
cura_conan_version: ${{ inputs.cura_conan_version }}
|
||||||
|
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -45,7 +45,7 @@ env:
|
|||||||
STAGING: ${{ inputs.staging || false }}
|
STAGING: ${{ inputs.staging || false }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
windows-installer:
|
installer:
|
||||||
uses: ultimaker/cura-workflows/.github/workflows/cura-installer-windows.yml@main
|
uses: ultimaker/cura-workflows/.github/workflows/cura-installer-windows.yml@main
|
||||||
with:
|
with:
|
||||||
cura_conan_version: ${{ inputs.cura_conan_version }}
|
cura_conan_version: ${{ inputs.cura_conan_version }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user