org.mamedev.MAME/.github/workflows/build-artifacts.yml

17 lines
342 B
YAML
Raw Permalink Normal View History

2025-01-04 13:01:52 +00:00
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:
2025-01-04 23:43:14 +00:00
MANIFEST_FILENAME: "org.mamedev.MAME.yaml"
RUNS_ON: "retrodeck"