From f4a4e86bba4ea027462e52d16b0d8880775205b5 Mon Sep 17 00:00:00 2001 From: Jamie Date: Tue, 28 Sep 2021 19:51:29 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6f547a3a5..3bd99bf15 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -92,16 +92,14 @@ jobs: ${{ runner.os }}-nuget - name: Publish Backend ${{ matrix.os }} - run: | - cd src/Ombi - dotnet publish -c Release -r ${{ matrix.os }} -o "${{ matrix.os }}" --self-contained true -p:PublishSingleFile=true - ls + run: dotnet publish -c Release -r ${{ matrix.os }} -o "${{ matrix.os }}" --self-contained true -p:PublishSingleFile=true + working-directory: src/Ombi - name: Download Angular uses: actions/download-artifact@v2 with: name: angular_dist - path: /src/Ombi/${{ matrix.os }}/ + path: ~/src/Ombi/${{ matrix.os }} - name: Copy Dist to Artifacts run: |