mirror of
https://github.com/RetroDECK/net.rpcs3.RPCS3.git
synced 2024-11-22 08:35:39 +00:00
Added clone repo step - fix
This commit is contained in:
parent
1888754380
commit
1a41519d83
3
.github/workflows/build-artifacts.yml
vendored
3
.github/workflows/build-artifacts.yml
vendored
|
@ -10,7 +10,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
cloning-repo:
|
repo-clone:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
@ -21,5 +21,6 @@ jobs:
|
||||||
|
|
||||||
build-project:
|
build-project:
|
||||||
uses: RetroDECK/components-template/.github/workflows/build_artifacts.yml@main
|
uses: RetroDECK/components-template/.github/workflows/build_artifacts.yml@main
|
||||||
|
needs: repo-clone
|
||||||
with:
|
with:
|
||||||
MANIFEST_FILENAME: "net.rpcs3.RPCS3.yaml"
|
MANIFEST_FILENAME: "net.rpcs3.RPCS3.yaml"
|
Loading…
Reference in a new issue