Update README.md

This commit is contained in:
Zephrynis
2025-04-15 22:09:59 +01:00
committed by GitHub
parent deeb91c4f4
commit c15f98aac3

View File

@@ -1,2 +1,7 @@
# blueprint-export # Blueprint Export Action
GH Action to export a blueprint addon 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).