Fixing install dependencies path

This commit is contained in:
XargonWan 2024-11-05 12:05:09 +09:00
parent ca67b6d2e8
commit 15650f6f98

View file

@ -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' }}