mirror of
https://github.com/RetroDECK/net.rpcs3.RPCS3.git
synced 2024-11-22 00:25:38 +00:00
16 lines
312 B
YAML
16 lines
312 B
YAML
name: "Build Artifacts for RetroDECK main manifest"
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
- main
|
|
workflow_call:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
|
|
build-project:
|
|
uses: RetroDECK/components-template/.github/workflows/build_artifacts.yml@main
|
|
with:
|
|
MANIFEST_FILENAME: "net.rpcs3.RPCS3.yaml" |