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
- Host: GitHub
- URL: https://github.com/l1ghtmann/theos-build
- Owner: L1ghtmann
- Created: 2022-10-06T14:22:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-13T00:09:54.000Z (over 1 year ago)
- Last Synced: 2025-04-11T12:03:47.774Z (about 1 year ago)
- Topics: action, actions, app, github-actions, ios, theos, tweak
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
```