From 241f9ee58d19dd40350d142de459b1bb592b5899 Mon Sep 17 00:00:00 2001 From: Zephrynis <132010650+zephrynis@users.noreply.github.com> Date: Tue, 15 Apr 2025 22:03:48 +0100 Subject: [PATCH] Update action.yml --- action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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'