From 98584a588775a67eecc03a8b573398b5ffc7fe11 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Tue, 28 Sep 2021 22:36:02 +0100 Subject: [PATCH] ci: :building_construction: Create the correct folders --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b33fb5c66..de6698dcd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -117,7 +117,7 @@ jobs: sudo mkdir -p /ClientApp cd .. ls - sudo mv ~/src/Ombi/dist/ ${{ matrix.os }}/ClientApp/ + sudo mv ~/src/Ombi/dist/ ${{ matrix.os }}/ClientApp/dist/ working-directory: src/Ombi - name: Archive Release @@ -125,7 +125,7 @@ jobs: with: type: '${{ matrix.compression }}' filename: '${{ matrix.os }}.${{ matrix.format }}' - path: '${{ matrix.os }}' + path: '${{ matrix.os }}/' directory: 'src/Ombi/' - name: Publish Release @@ -152,6 +152,7 @@ jobs: uses: actions/download-artifact@v2 with: path: artifacts +