diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 512f02fc7..3e7946b49 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -95,6 +95,7 @@ jobs: run: | cd src/Ombi dotnet publish -c Release -r ${{ matrix.os }} -o "${{ matrix.os }}" --self-contained true -p:PublishSingleFile=true + ls - name: Download Angular uses: actions/download-artifact@v2