Skip to content

Commit

Permalink
Fixing build-artifacts wokflow
Browse files Browse the repository at this point in the history
  • Loading branch information
XargonWan committed Nov 5, 2024
1 parent 7f864a8 commit bcd0c31
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ name: "Build Artifacts for RetroDECK main manifest"
on:
push:
branches:
- master
- main
- master
- main
workflow_call:

jobs:
Building-project:
runs-on: ubuntu-latest
install-dependencies:
uses: RetroDECK/components-template/.github/workflows/install_dependencies.yml@main
with:
# You can pass inputs here if the `install_dependencies.yml` workflow defines them

steps:

- name: "Install dependencies"
uses: RetroDECK/components-template/.github/workflows/install_dependencies.yml@main

- name: "Build project"
uses: RetroDECK/components-template/.github/workflows/build_artifacts.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
with:
# Pass inputs as needed if the `build_artifacts.yml` workflow defines them

0 comments on commit bcd0c31

Please sign in to comment.