fix linux artifact upload

This commit is contained in:
Anton Bracke 2022-02-18 22:52:49 +01:00
parent 49feeb4426
commit 635bce8379
No known key found for this signature in database
GPG Key ID: B1222603899C6B25

View File

@ -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