diff --git a/action.yml b/action.yml index 7a878f5..c9ab01d 100644 --- a/action.yml +++ b/action.yml @@ -1,8 +1,8 @@ -name: 'Blueprint Build' -description: 'Builds a blueprint addon' +name: 'Blueprint Export' +description: 'Exports a blueprint addon' outputs: file: - description: 'The path to the built addon file' + description: 'The path to the exported addon file' runs: using: 'docker' - image: 'Dockerfile' \ No newline at end of file + image: 'Dockerfile'