From 9246bafda28176fc133038f15ba914dd87989369 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Tue, 28 Sep 2021 21:37:30 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 538b74e21..13e0b8f37 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -128,5 +128,13 @@ 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 + with: + name: ${{ matrix.os }} + path: | + ./src/Ombi/${{ matrix.os }}.${{ matrix.format }}