mirror of
https://github.com/blueprint-community/action-export.git
synced 2026-02-18 11:51:54 +00:00
924 B
924 B
Important
This project is an unofficial project hosted on the
blueprint-communityGitHub organization. Blueprint does not create, endorse or maintain these projects.You are free to contribute, fork and reuse sections of this codebase in accordance with this projects' license.
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.