From 34f4002c57de022854d34496494b485ddcbe0234 Mon Sep 17 00:00:00 2001 From: Jamie Date: Tue, 28 Sep 2021 17:44:34 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 98b079e80..96bc9bd23 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -103,6 +103,7 @@ jobs: - name: Copy Dist to Artifacts run: | + cd src/Ombi cp -a /dist/. ${{ matrix.os }}/ClientApp/dist/ - name: Archive Release @@ -118,4 +119,4 @@ jobs: # path: | # ${{ matrix.os }} -#https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#using-environment-variables-in-a-matrix \ No newline at end of file +#https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#using-environment-variables-in-a-matrix