fix linux artifact upload
This commit is contained in:
parent
49feeb4426
commit
635bce8379
@ -62,10 +62,10 @@ jobs:
|
||||
|
||||
- name: Upload Linux .AppImage artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
if: startsWith(matrix.os, 'linux')
|
||||
if: startsWith(matrix.os, 'ubuntu')
|
||||
with:
|
||||
name: workadventure-desktop-linux-x64.AppImage
|
||||
path: desktop/dist/workadventure-desktop-*x86_64.AppImage
|
||||
path: desktop/dist/workadventure-desktop-*-x86_64.AppImage
|
||||
|
||||
- name: Upload Windows .exe artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
|
Loading…
Reference in New Issue
Block a user