Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tangledbytes/builder


https://github.com/tangledbytes/builder

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# Builder

Another stupid repository. Just helps me use Github Action as a place to "build" projects. User needs to specify a script which will perform the "build" process and then must move the built assets into `$GITHUB_WORKSPACE/artifacts/`.

To use the builder, clone the repository and run:

```shell
export GH_USERNAME=utkarsh
export SCRIPT=script.sh
curl https://raw.githubusercontent.com/$GH_USERNAME/builder/master/builder.sh | bash -s $SCRIPT
```