From 5d8822df40649f9486e0d786fc5f3e8402dcf8e0 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Mon, 28 Dec 2020 16:23:42 -0500 Subject: [PATCH] try uploading everything --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fc9054ad5..9fe01a166 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -72,16 +72,16 @@ jobs: if: startsWith(runner.os, 'linux') with: name: Linux - path: ./dist/electron/[LBRY]*.* + path: ./dist/electron/*.* - uses: actions/upload-artifact@v2 if: startsWith(runner.os, 'mac') with: name: macOS - path: ./dist/electron/[LBRY]*.* + path: ./dist/electron/*.* - uses: actions/upload-artifact@v2 if: startsWith(runner.os, 'windows') with: name: Windows - path: ./dist/electron/[LBRY]*.* + path: ./dist/electron/*.*