mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-30 01:55:55 +08:00
Call actions with absolute path
This commit is contained in:
parent
3a18950c20
commit
e94caa2e3a
@ -134,7 +134,7 @@ jobs:
|
|||||||
|
|
||||||
create-installers:
|
create-installers:
|
||||||
name: Create installers
|
name: Create installers
|
||||||
uses: ./.github/workflows/installers.yml
|
uses: UltiMaker/Cura/.github/workflows/installers.yml@CURA-10769_automate_release_action
|
||||||
needs: [parse-version, create-cura-package]
|
needs: [parse-version, create-cura-package]
|
||||||
with:
|
with:
|
||||||
cura_conan_version: cura/${{ inputs.cura_version }}@/
|
cura_conan_version: cura/${{ inputs.cura_version }}@/
|
||||||
|
4
.github/workflows/release-process_tester.yml
vendored
4
.github/workflows/release-process_tester.yml
vendored
@ -6,13 +6,13 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-feature-freeze:
|
test-feature-freeze:
|
||||||
uses: ./.github/workflows/release-process_feature-freeze.yml
|
uses: Ultimaker/Cura/.github/workflows/release-process_feature-freeze.yml@CURA-10769_automate_release_action
|
||||||
with:
|
with:
|
||||||
cura_version: 255.124
|
cura_version: 255.124
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
test-release-candidate:
|
test-release-candidate:
|
||||||
uses: ./.github/workflows/release-process_release-candidate.yml
|
uses: Ultimaker/Cura/.github/workflows/release-process_release-candidate.yml@CURA-10769_automate_release_action
|
||||||
needs: [test-feature-freeze]
|
needs: [test-feature-freeze]
|
||||||
with:
|
with:
|
||||||
cura_version: 255.124.0-beta.1
|
cura_version: 255.124.0-beta.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user