fix artifacts
This commit is contained in:
parent
bafc51e4a6
commit
2b08faaa33
@ -79,18 +79,18 @@ jobs:
|
|||||||
if: startsWith(matrix.os, 'ubuntu')
|
if: startsWith(matrix.os, 'ubuntu')
|
||||||
with:
|
with:
|
||||||
name: workadventure-desktop-linux-x64.AppImage
|
name: workadventure-desktop-linux-x64.AppImage
|
||||||
path: desktop/dist/workadventure-desktop-*-x86_64.AppImage
|
path: desktop/build/workadventure-desktop-*-x86_64.AppImage
|
||||||
|
|
||||||
- name: Upload Windows .exe artifact
|
- name: Upload Windows .exe artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
if: startsWith(matrix.os, 'windows')
|
if: startsWith(matrix.os, 'windows')
|
||||||
with:
|
with:
|
||||||
name: workadventure-desktop-win-x64.exe
|
name: workadventure-desktop-win-x64.exe
|
||||||
path: desktop/dist/workadventure-desktop-*.exe
|
path: desktop/build/workadventure-desktop-*.exe
|
||||||
|
|
||||||
- name: Upload MacOS .dmg artifact
|
- name: Upload MacOS .dmg artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
if: startsWith(matrix.os, 'macos')
|
if: startsWith(matrix.os, 'macos')
|
||||||
with:
|
with:
|
||||||
name: workadventure-mac.dmg
|
name: workadventure-mac.dmg
|
||||||
path: desktop/dist/workadventure-desktop-*.dmg
|
path: desktop/build/workadventure-desktop-*.dmg
|
||||||
|
Loading…
Reference in New Issue
Block a user