try uploading everything

This commit is contained in:
Sean Yesmunt 2020-12-28 16:23:42 -05:00
parent 6aa07de973
commit 5d8822df40

View file

@ -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/*.*