From 304c7591ca7710499c5bc49e37f2367655c553cb Mon Sep 17 00:00:00 2001 From: Jamie Date: Tue, 28 Sep 2021 18:26:04 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 47623f0ef..924511602 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -105,7 +105,7 @@ jobs: - name: Copy Dist to Artifacts run: | ls - cp -a /dist/. /src/Ombi/${{ matrix.os }}/ClientApp/dist/ + cp -a /dist/ /src/Ombi/${{ matrix.os }}/ClientApp/dist/ - name: Archive Release uses: thedoctor0/zip-release@master