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