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') if: startsWith(runner.os, 'linux')
with: with:
name: Linux name: Linux
path: ./dist/electron/[LBRY]*.* path: ./dist/electron/*.*
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
if: startsWith(runner.os, 'mac') if: startsWith(runner.os, 'mac')
with: with:
name: macOS name: macOS
path: ./dist/electron/[LBRY]*.* path: ./dist/electron/*.*
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
if: startsWith(runner.os, 'windows') if: startsWith(runner.os, 'windows')
with: with:
name: Windows name: Windows
path: ./dist/electron/[LBRY]*.* path: ./dist/electron/*.*