diff --git a/templates/ci-for-cxx-extensions.yml b/templates/ci-for-cxx-extensions.yml index 77de94488950c162395b6f548360b53fcb25bb47..9e14e706f413d8a6f24e437059f9b3131567ee51 100644 --- a/templates/ci-for-cxx-extensions.yml +++ b/templates/ci-for-cxx-extensions.yml @@ -98,7 +98,7 @@ stages: script: - ./_ci/deploy.sh after_script: - - ./_ci/after_deply.sh + - ./_ci/after_deploy.sh # 2) Package specific instructions (you may tune this if needed) diff --git a/templates/ci-for-python-only.yml b/templates/ci-for-python-only.yml index a26003f0a4cb88414b453ee933bd020bac9b32a2..b191155cc187a502dc05ddb92274ac3d9d678662 100644 --- a/templates/ci-for-python-only.yml +++ b/templates/ci-for-python-only.yml @@ -98,7 +98,7 @@ stages: script: - ./_ci/deploy.sh after_script: - - ./_ci/after_deply.sh + - ./_ci/after_deploy.sh # 2) Package specific instructions (you may tune this if needed)