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

https://github.com/l1ghtmann/theos-build

A GitHub CI action to build a package with theos
https://github.com/l1ghtmann/theos-build

action actions app github-actions ios theos tweak

Last synced: 4 months ago
JSON representation

A GitHub CI action to build a package with theos

Awesome Lists containing this project

README

          

# theos-build

GitHub action to build a package with theos

## Usage

```yaml
steps:
- name: Build Package
uses: L1ghtmann/theos-build@main
```
OR
```yaml
steps:
- name: Build Package
uses: L1ghtmann/theos-build@main
with:
sdk:
extra_args:
```