Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tangledbytes/builder
https://github.com/tangledbytes/builder
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tangledbytes/builder
- Owner: tangledbytes
- Created: 2022-06-16T19:34:47.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-10T12:53:00.000Z (over 1 year ago)
- Last Synced: 2024-11-03T19:42:15.546Z (about 2 months ago)
- Language: Shell
- Size: 104 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```