Call actions with absolute path

This commit is contained in:
Erwan MATHIEU 2024-06-05 13:52:12 +02:00
parent 3a18950c20
commit e94caa2e3a
2 changed files with 3 additions and 3 deletions

View File

@ -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 }}@/

View File

@ -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