org.zdoom.GZDoom/.github/workflows/build-artifacts.yml

16 lines
313 B
YAML
Raw Normal View History

2024-11-05 13:13:55 +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 13:07:00 +00:00
MANIFEST_FILENAME: "org.zdoom.GZDoom.yaml"