An open source SDK for writing payloads for the PlayStation 4
The GitHub Action builds a project using the PS4 Payload SDK Docker image. It is designed to simplify building PlayStation 4 payloads in CI/CD workflows.
Name | Description | Required | Default |
---|---|---|---|
app_path |
Relative path to the application to build | Yes | |
build_command |
Build command to run inside the container | No | make |
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Build with PS4 Payload SDK
uses: Scene-Collective/ps4-payload-sdk@v1
with:
app_path: path/to/your/app
build_command: sh build.sh
CTurt > IDC > xvortex > stooged > Scene-Collective
Built with existing payload in mind and to be used in the autobuild system. Hopefully this is just a stop-gap until a full featured Mira release.