Skip to content

Build the YouTube Reborn deb #551

Build the YouTube Reborn deb

Build the YouTube Reborn deb #551

Workflow file for this run

# This has been created by @lillieH1000
name: Build the YouTube Reborn deb
on:
workflow_dispatch:
jobs:
build:
runs-on: macos-13
steps:
- uses: actions/checkout@main
- name: Checkout theos/theos
uses: actions/checkout@main
with:
repository: theos/theos
ref: 5bfdc3cb7133ec1cab43182115d902e2b57c9eac
submodules: recursive
path: theos
- name: Checkout theos/sdks
uses: actions/checkout@main
with:
repository: theos/sdks
ref: master
sparse-checkout: iPhoneOS16.5.sdk
path: theos/sdks
- name: Checkout PoomSmart/YouTubeHeader
uses: actions/checkout@main
with:
repository: PoomSmart/YouTubeHeader
ref: main
path: YouTubeHeader
- name: Build Package
run: |
brew install make ldid
export THEOS=theos
gmake clean package FINALPACKAGE=1
gmake clean package FINALPACKAGE=1 THEOS_PACKAGE_SCHEME=rootless
gmake clean package FINALPACKAGE=1 THEOS_PACKAGE_SCHEME=roothide
- name: Upload a Build Artifact
uses: actions/upload-artifact@v4
with:
path: packages/*.deb