mirror of
https://github.com/RetroDECK/components-template.git
synced 2024-11-22 03:15:37 +00:00
Fixing install dependencies path
This commit is contained in:
parent
ca67b6d2e8
commit
15650f6f98
2
.github/workflows/build_artifacts.yml
vendored
2
.github/workflows/build_artifacts.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
|||
token: ${{ secrets.TRIGGER_BUILD_TOKEN }}
|
||||
|
||||
- name: "Install dependencies"
|
||||
uses: .github/workflows/build_artifacts.yml
|
||||
uses: ./.github/workflows/build_artifacts.yml
|
||||
|
||||
- name: "Assembling manifest"
|
||||
if: ${{ env.DYNAMIC_MANIFEST == 'true' }}
|
||||
|
|
Loading…
Reference in a new issue