diff --git a/.github/workflows/reusable.yml b/.github/workflows/reusable.yml index 28cb3ce..3d0ffb9 100644 --- a/.github/workflows/reusable.yml +++ b/.github/workflows/reusable.yml @@ -21,5 +21,7 @@ jobs: - uses: actions/setup-dotnet@v4 with: dotnet-version: ${{ matrix.dotnet }} - - name: Build + + - if: ${{ matrix.path }} + name: Build run: dotnet build ${{ matrix.path }}