Skip to content

A GitHub CI action to build a package with theos

Notifications You must be signed in to change notification settings

L1ghtmann/theos-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

theos-build

GitHub action to build a package with theos

Usage

steps:
    - name: Build Package
      uses: L1ghtmann/theos-build@main

OR

steps:
    - name: Build Package
      uses: L1ghtmann/theos-build@main
      with:
        sdk: <theos/sdks SDK to install (e.g., iPhoneOS14.5)>
        extra_args: <space-separated list of args here (e.g., messages=yes, FINALPACKAGE, etc)>