Skip to content

Scene-Collective/ps4-payload-sdk

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

646 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Open Source PlayStation 4 Payload SDK

Resources

Stars

Watchers

Forks

Languages

  • C 98.7%
  • Other 1.3%