try gh upload-artifact 2.2.4

This commit is contained in:
zeppi 2022-03-26 17:44:20 -04:00 committed by jessopb
parent e0dc359241
commit 52e15bbc96

View file

@ -78,21 +78,21 @@ jobs:
KNOWN_APP_DOMAINS: lbry.tv,lbry.lat,odysee.com
CHANNEL_STAKED_LEVEL_VIDEO_COMMENTS: 0
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v2.2.4
if: |
startsWith(runner.os, 'linux')
with:
name: Linux
path: ./dist/electron/*.*
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v2.2.4
if: |
startsWith(runner.os, 'mac')
with:
name: macOS
path: ./dist/electron/*.*
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v2.2.4
if: |
startsWith(runner.os, 'windows')
with: