mirror of
https://github.com/blueprint-community/action-export.git
synced 2026-02-18 20:01:55 +00:00
8 lines
412 B
Markdown
8 lines
412 B
Markdown
# Blueprint Export Action
|
|
This GitHub Action can be used to export the source code of a blueprint addon to a .blueprint file
|
|
|
|
## How to Use
|
|
The action has one output, FILE. This can be used in a workflow with the following variable: `${{ steps.blueprint_build.outputs.FILE }}`
|
|
|
|
An example of this in use can be found [here](https://github.com/zephrynis/ptero-sidebar/blob/main/.github/workflows/export_ext.yml).
|