mirror of
https://github.com/RetroDECK/net.rpcs3.RPCS3.git
synced 2024-11-22 00:25:38 +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:
|
||||
|
||||
cloning-repo:
|
||||
repo-clone:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
|
@ -21,5 +21,6 @@ jobs:
|
|||
|
||||
build-project:
|
||||
uses: RetroDECK/components-template/.github/workflows/build_artifacts.yml@main
|
||||
needs: repo-clone
|
||||
with:
|
||||
MANIFEST_FILENAME: "net.rpcs3.RPCS3.yaml"
|
Loading…
Reference in a new issue