diff --git a/.github/workflows/build-artifacts.yml b/.github/workflows/build-artifacts.yml index 9cf54c2..31267ba 100644 --- a/.github/workflows/build-artifacts.yml +++ b/.github/workflows/build-artifacts.yml @@ -16,6 +16,4 @@ jobs: build-project: needs: install-dependencies # Ensures this job only runs after install-dependencies - uses: RetroDECK/components-template/.github/workflows/build_artifacts.yml@main - with: - MANIFEST_FILENAME: ${{ env.MANIFEST_FILENAME }} \ No newline at end of file + uses: RetroDECK/components-template/.github/workflows/build_artifacts.yml@main \ No newline at end of file