Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

fix get_sigcheck_patch A9(X) bug on 16.x #2

fix get_sigcheck_patch A9(X) bug on 16.x

fix get_sigcheck_patch A9(X) bug on 16.x #2

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: build
run: ./build.sh
- name: upload artifact
uses: actions/upload-artifact@v2
with:
name: iBoot64Patcher
path: ${{ github.workspace }}/iBoot64Patcher