mirror of
https://github.com/blueprint-community/action-export.git
synced 2026-02-18 20:01:55 +00:00
8 lines
178 B
YAML
8 lines
178 B
YAML
name: 'Blueprint Build'
|
|
description: 'Builds a blueprint addon'
|
|
outputs:
|
|
file:
|
|
description: 'The path to the built addon file'
|
|
runs:
|
|
using: 'docker'
|
|
image: 'Dockerfile' |