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' name: 'Blueprint Export'
description: 'Builds a blueprint addon' description: 'Exports a blueprint addon'
outputs: outputs:
file: file:
description: 'The path to the built addon file' description: 'The path to the exported addon file'
runs: runs:
using: 'docker' using: 'docker'
image: 'Dockerfile' image: 'Dockerfile'