mirror of
https://github.com/RetroDECK/org.mamedev.MAME.git
synced 2025-01-19 02:55:39 +00:00
XargonWan
4f21dbea10
Some checks failed
Build Artifacts for RetroDECK main manifest / build-project (push) Has been cancelled
17 lines
342 B
YAML
17 lines
342 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: "org.mamedev.MAME.yaml"
|
|
RUNS_ON: "retrodeck" |