mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-28 17:18:39 +08:00
Call actions with absolute path
This commit is contained in:
parent
3a18950c20
commit
e94caa2e3a
@ -134,7 +134,7 @@ jobs:
|
||||
|
||||
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]
|
||||
with:
|
||||
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:
|
||||
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:
|
||||
cura_version: 255.124
|
||||
secrets: inherit
|
||||
|
||||
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]
|
||||
with:
|
||||
cura_version: 255.124.0-beta.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user