diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 890f570d2..7bcd93b3a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -61,6 +61,9 @@ jobs: uses : actions/checkout@v4 - name : Fetch build artifacts uses: actions/download-artifact@v4 + with: + name: webhook-build-artifacts-${{ matrix.os }} + path: ./dist/artifacts - name : Debug run : ls -R ./dist/artifacts - name: Set up Docker Buildx