mirror of
https://github.com/RetroDECK/net.rpcs3.RPCS3.git
synced 2024-11-22 00:25:38 +00:00
Testing if the envs are automatically passed to the called workflow
This commit is contained in:
parent
e6ea98615b
commit
d2a8fb5093
4
.github/workflows/build-artifacts.yml
vendored
4
.github/workflows/build-artifacts.yml
vendored
|
@ -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 }}
|
||||
uses: RetroDECK/components-template/.github/workflows/build_artifacts.yml@main
|
Loading…
Reference in a new issue