From 8625fb2810b2db5756aba96f3cd63ca0b119afe2 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Wed, 29 Sep 2021 12:29:18 +0100 Subject: [PATCH] ci: :building_construction: --- .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 7398ffb04..b4894dd02 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -135,7 +135,8 @@ jobs: with: type: '${{ matrix.compression }}' filename: '${{ matrix.os }}.${{ matrix.format }}' - directory: 'src/Ombi/${{ matrix.os }}/' + path: '${{ matrix.os }}/.' + directory: 'src/Ombi/' - name: Publish Release uses: actions/upload-artifact@v2