Skip to content

Build with PS4 Payload SDK

Actions
Builds a project using the PS4 Payload SDK Docker image
v1.0.0
Latest
Star (85)

PS4 Payload SDK

An open source SDK for writing payloads for the PlayStation 4

GitHub Action

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.

Inputs

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

Usage

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

Chain of Development

CTurt > IDC > xvortex > stooged > Scene-Collective

Why?

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.

Build with PS4 Payload SDK is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Builds a project using the PS4 Payload SDK Docker image
v1.0.0
Latest

Build with PS4 Payload SDK is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.