fix(workflows): use correct artifact name for build-plan

Also rename build-plan artifact from "build-plan.yml" to "build-plan".
This commit is contained in:
2021-10-11 02:25:50 +01:00
parent aab02b7454
commit 482bde4c00
5 changed files with 10 additions and 10 deletions

View File

@@ -5,7 +5,7 @@ on:
workflow_call:
inputs:
plan_artifact:
description: Name of artifact containing a emacs-builder plan.yml file
description: Name of artifact containing a emacs-builder plan yaml file
type: string
required: true
dmg_artifact: