diff --git a/.github/workflows/build-and-release-desktop.yml b/.github/workflows/build-and-release-desktop.yml index 4be67da8..128f8df7 100644 --- a/.github/workflows/build-and-release-desktop.yml +++ b/.github/workflows/build-and-release-desktop.yml @@ -65,18 +65,18 @@ jobs: if: startsWith(matrix.os, 'linux') with: name: workadventure-desktop-linux-x64.AppImage - path: desktop/workadventure-desktop-*x86_64.AppImage + path: desktop/dist/workadventure-desktop-*x86_64.AppImage - name: Upload Windows .exe artifact uses: actions/upload-artifact@v2 if: startsWith(matrix.os, 'windows') with: name: workadventure-desktop-win-x64.exe - path: desktop/workadventure-desktop-*.exe + path: desktop/dist/workadventure-desktop-*.exe - name: Upload MacOS .dmg artifact uses: actions/upload-artifact@v2 if: startsWith(matrix.os, 'macos') with: name: workadventure-mac.dmg - path: desktop/workadventure-desktop-*.dmg + path: desktop/dist/workadventure-desktop-*.dmg