Create Dockerfile and action.yml

This commit is contained in:
2025-04-15 20:03:52 +01:00
parent 422813190d
commit 40ec5b1d1f
2 changed files with 19 additions and 0 deletions

8
action.yml Normal file
View File

@@ -0,0 +1,8 @@
name: 'Blueprint Build'
description: 'Builds a blueprint addon'
outputs:
file:
description: 'The path to the built addon file'
runs:
using: 'docker'
image: 'Dockerfile'