diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index ddb3662..98eb4e4 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -25,6 +25,9 @@ jobs: uses: actions/checkout@v4 with: path: ${{ github.repository }}/collectors + - uses: ramsey/composer-install@v3 + with: + working-directory: ${{ github.repository }}/collectors - name: Create package uses: thedoctor0/zip-release@0.7.6 with: