Skip to content

Create make.yml

Create make.yml #1

Workflow file for this run

name: Xcode - Build and Analyze
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
name: Build and analyse default scheme using xcodebuild command
runs-on: macos-13
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Theos
run: bash -c "$(curl -fsSL https://raw.githubusercontent.com/Team-Failure/theos/master/bin/install-theos)"
- name: Setup Environment
run: echo "THEOS=~/theos" >> $GITHUB_ENV
- name: Make Package
run: make package
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: arm64e-patcher.deb
path: |
${{ github.workspace }}/