From b79878b631a979c9ae5b12461b1e49ca40d2d73d Mon Sep 17 00:00:00 2001 From: tidusjar Date: Wed, 29 Sep 2021 14:04:54 +0100 Subject: [PATCH] ci: :building_construction: --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index db8afc7f5..abc04ff33 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -134,9 +134,9 @@ jobs: uses: thedoctor0/zip-release@master with: type: '${{ matrix.compression }}' - filename: '${{ matrix.os }}.${{ matrix.format }}' - path: '${{ matrix.os }}/*' - directory: 'src/Ombi/' + filename: '../${{ matrix.os }}.${{ matrix.format }}' + path: '.' + directory: 'src/Ombi/${{ matrix.os }}' - name: Publish Release uses: actions/upload-artifact@v2