Update action.yml

This commit is contained in:
Zephrynis
2025-04-15 22:03:48 +01:00
committed by GitHub
parent 52582315eb
commit 241f9ee58d

View File

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