Skip to content

fixed posix compatibility in build script #13

fixed posix compatibility in build script

fixed posix compatibility in build script #13

Workflow file for this run

name: Build YADE Exploit
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
container: ghcr.io/ps2homebrew/ps2homebrew:main
steps:
- name: git checkout
uses: actions/checkout@v6
- name: Compile
run: |
mkdir -p release
./compile.sh 3.00E
mv build/exploit.iso release/exploit_3.00E_3.00A.iso
./compile.sh 3.00U
mv build/exploit.iso release/exploit_3.00U.iso
./compile.sh 3.00J
mv build/exploit.iso release/exploit_3.00J.iso
- name: Upload ISO Artifact
uses: actions/upload-artifact@v6
with:
name: YADE-exploit-${{ github.sha }}
path: release/
if-no-files-found: error