Skip to content

Build the LowContrastMode deb #42

Build the LowContrastMode deb

Build the LowContrastMode deb #42

Workflow file for this run

name: Build and Package Tweak
on:
workflow_dispatch:
jobs:
build:
runs-on: macos-latest
steps:
- name: Checkout Main
uses: actions/[email protected]
with:
path: main
submodules: recursive
- name: Install Dependencies
run: brew install ldid dpkg make
- name: Setup Theos
uses: actions/[email protected]
with:
repository: theos/theos
ref: master
path: theos
submodules: recursive
- name: Setup Theos Jailed
uses: actions/[email protected]
with:
repository: qnblackcat/theos-jailed
ref: master
path: theos-jailed
submodules: recursive
- name: Build Tweak
run: |
cd ${{ github.workspace }}/main
make
- name: Upload Deb File
uses: actions/upload-artifact@v2
with:
name: com.arichorn.lowcontrastmode
path: main/com.arichorn.lowcontrastmode_1.3.0_iphoneos-arm.deb