mirror of
https://github.com/RetroDECK/net.rpcs3.RPCS3.git
synced 2024-11-22 08:35:39 +00:00
Testing if the envs are automatically passed to the called workflow
This commit is contained in:
parent
e6ea98615b
commit
d2a8fb5093
2
.github/workflows/build-artifacts.yml
vendored
2
.github/workflows/build-artifacts.yml
vendored
|
@ -17,5 +17,3 @@ jobs:
|
||||||
build-project:
|
build-project:
|
||||||
needs: install-dependencies # Ensures this job only runs after install-dependencies
|
needs: install-dependencies # Ensures this job only runs after install-dependencies
|
||||||
uses: RetroDECK/components-template/.github/workflows/build_artifacts.yml@main
|
uses: RetroDECK/components-template/.github/workflows/build_artifacts.yml@main
|
||||||
with:
|
|
||||||
MANIFEST_FILENAME: ${{ env.MANIFEST_FILENAME }}
|
|
Loading…
Reference in a new issue