Skip to content

Triggering build

Triggering build #22

name: "Build Artifacts for RetroDECK main manifest"
on:
push:
branches:
- master
- main
workflow_call:
workflow_dispatch:
jobs:
repo-clone:
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@v3
with:
submodules: 'true'
build-project:
uses: RetroDECK/components-template/.github/workflows/build_artifacts.yml@main

Check failure on line 23 in .github/workflows/build-artifacts.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-artifacts.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build-artifacts.yml" -> "RetroDECK/components-template/.github/workflows/build_artifacts.yml@main" (source branch with sha:f9ba2cf8cf849047e692b05955580d5e387e1e87) : reusable workflows should be referenced at the top-level `jobs.*.uses' key, not within steps
needs: repo-clone
with:
MANIFEST_FILENAME: "net.rpcs3.RPCS3.yaml"