Skip to content

Build Debian Package with Theos #3

Build Debian Package with Theos

Build Debian Package with Theos #3

Workflow file for this run

name: Build Debian Package with Theos
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/[email protected]
- name: Set up build environment
run: |
sudo apt-get update
sudo apt-get install -y build-essential sudo git wget
- name: Install Theos
run: |
git clone --recursive https://github.com/theos/theos.git /opt/theos
export THEOS=/opt/theos
- name: Build Debian package
run: |
make clean package
- name: Upload Package Artifact
uses: actions/upload-artifact@v2
with:
name: Debian Package
path: ../com.arichorn.lowcontrastmode.deb