Skip to content

Added workflow dispatch to build-artifacts #7

Added workflow dispatch to build-artifacts

Added workflow dispatch to build-artifacts #7

name: "Build Artifacts for RetroDECK main manifest"
on:
push:
branches:
- master
- main
workflow_call:
workflow_dispatch:
env:
MANIFEST_FILENAME: "net.rpcs3.RPCS3.yaml"
jobs:
install-dependencies:
uses: RetroDECK/components-template/.github/workflows/install_dependencies.yml@main
build-project:
needs: install-dependencies # Ensures this job only runs after install-dependencies
uses: RetroDECK/components-template/.github/workflows/build_artifacts.yml@main

Check failure on line 20 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" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.